Index: libc/include/sys/time.h =================================================================== RCS file: /cvs/src/src/newlib/libc/include/sys/time.h,v retrieving revision 1.18 diff -u -r1.18 time.h --- libc/include/sys/time.h 23 Nov 2013 01:25:47 -0000 1.18 +++ libc/include/sys/time.h 22 Jul 2014 17:15:48 -0000 @@ -76,7 +76,10 @@ int _EXFUN(gettimeofday, (struct timeval *__restrict __p, void *__restrict __tz)); +#if __BSD_VISIBLE int _EXFUN(settimeofday, (const struct timeval *, const struct timezone *)); +int _EXFUN(adjtime, (const struct timeval *, struct timeval *)); +#endif int _EXFUN(utimes, (const char *__path, const struct timeval *__tvp)); int _EXFUN(getitimer, (int __which, struct itimerval *__value)); int _EXFUN(setitimer, (int __which, const struct itimerval *__restrict __value,