Update.
[glibc.git] / include / sys / time.h
blobfd9f46778dff468f947ec03d8b95460c69274eed
1 #include <time/sys/time.h>
3 /* Now document the internal interfaces. */
4 extern int __settimeofday __P ((__const struct timeval *__tv,
5 __const struct timezone *__tz));
6 extern int __adjtime __P ((__const struct timeval *__delta,
7 struct timeval *__olddelta));
8 extern int __getitimer __P ((enum __itimer_which __which,
9 struct itimerval *__value));
10 extern int __setitimer __P ((enum __itimer_which __which,
11 __const struct itimerval *__new,
12 struct itimerval *__old));
13 extern int __utimes __P ((__const char *__file, struct timeval __tvp[2]));