summaryrefslogtreecommitdiffstats
path: root/mdk-stage1/dietlibc/include/sys/times.h
blob: 72ec62fecfb4fc72ff045281b61b7af978e083ea (plain)
1
2
3
4
5
6
7
8
#ifndef _SYS_TIMES_H
#define _SYS_TIMES_H

#include <linux/times.h>

clock_t times(struct tms *buf);

#endif