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