chiark / gitweb /
[PATCH] added klibc version 0.82 (cvs tree) to the udev tree.
[elogind.git] / klibc / klibc / include / sys / times.h
1 /*
2  * sys/times.h
3  */
4
5 #ifndef _SYS_TIMES_H
6 #define _SYS_TIMES_H
7
8 #include <linux/times.h>
9
10 __extern clock_t times(struct tms *);
11 __extern int gettimeofday(struct timeval *, struct timezone *);
12 __extern int settimeofday(const struct timeval *, const struct timezone *);
13
14 #endif /* _SYS_TIMES_H */