diff options
Diffstat (limited to 'include/sys/time.h')
-rw-r--r-- | include/sys/time.h | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/include/sys/time.h b/include/sys/time.h index fd9f46778d..5f53e967f6 100644 --- a/include/sys/time.h +++ b/include/sys/time.h @@ -1,3 +1,4 @@ +#ifndef _SYS_TIME_H #include <time/sys/time.h> /* Now document the internal interfaces. */ @@ -11,3 +12,4 @@ extern int __setitimer __P ((enum __itimer_which __which, __const struct itimerval *__new, struct itimerval *__old)); extern int __utimes __P ((__const char *__file, struct timeval __tvp[2])); +#endif |