mirror of
git://sourceware.org/git/newlib-cygwin.git
synced 2025-01-19 04:49:25 +08:00
2014-07-22 Joel Sherrill <joel.sherrill@oarcorp.com>
* libc/include/sys/time.h: Add prototype for adjtime() and wrap it and settimeofday() prototype with __BSD_VISIBLE.
This commit is contained in:
parent
3be2cd0405
commit
e4994e769e
@ -1,3 +1,8 @@
|
||||
2014-07-22 Joel Sherrill <joel.sherrill@oarcorp.com>
|
||||
|
||||
* libc/include/sys/time.h: Add prototype for adjtime() and
|
||||
wrap it and settimeofday() prototype with __BSD_VISIBLE.
|
||||
|
||||
2014-07-17 Hesham ALMatary <heshamelmatary@gmail.com>
|
||||
|
||||
* configure.host: Remove or16 and or32 targets and add or1k.
|
||||
|
@ -76,7 +76,10 @@ int _EXFUN(_gettimeofday, (struct timeval *__p, void *__tz));
|
||||
|
||||
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,
|
||||
|
Loading…
x
Reference in New Issue
Block a user