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