aboutsummaryrefslogtreecommitdiff
path: root/include/sys/time.h
diff options
context:
space:
mode:
Diffstat (limited to 'include/sys/time.h')
-rw-r--r--include/sys/time.h2
1 files changed, 2 insertions, 0 deletions
diff --git a/include/sys/time.h b/include/sys/time.h
index 5f53e96..a6e5ac1 100644
--- a/include/sys/time.h
+++ b/include/sys/time.h
@@ -2,6 +2,8 @@
#include <time/sys/time.h>
/* Now document the internal interfaces. */
+extern int __gettimeofday __P ((struct timeval *__tv,
+ struct timezone *__tz));
extern int __settimeofday __P ((__const struct timeval *__tv,
__const struct timezone *__tz));
extern int __adjtime __P ((__const struct timeval *__delta,