Regenerated: /usr/bin/perl scripts/gen-FAQ.pl FAQ.in
[glibc.git] / include / sys / time.h
blob5f53e967f64249f39ec06b011626057a69bd40e6
1 #ifndef _SYS_TIME_H
2 #include <time/sys/time.h>
4 /* Now document the internal interfaces. */
5 extern int __settimeofday __P ((__const struct timeval *__tv,
6 __const struct timezone *__tz));
7 extern int __adjtime __P ((__const struct timeval *__delta,
8 struct timeval *__olddelta));
9 extern int __getitimer __P ((enum __itimer_which __which,
10 struct itimerval *__value));
11 extern int __setitimer __P ((enum __itimer_which __which,
12 __const struct itimerval *__new,
13 struct itimerval *__old));
14 extern int __utimes __P ((__const char *__file, struct timeval __tvp[2]));
15 #endif