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