From 24e60061b7937fe06a76d441bb0797440556b768 Mon Sep 17 00:00:00 2001 From: cgf Date: Fri, 18 Nov 2005 16:08:10 +0000 Subject: [PATCH] * include/sys/time.h: Move more cygwin stuff to cygwin-specific header. --- newlib/ChangeLog | 4 ++++ newlib/libc/include/sys/time.h | 4 ---- 2 files changed, 4 insertions(+), 4 deletions(-) diff --git a/newlib/ChangeLog b/newlib/ChangeLog index 97824e9d85..e29e878d97 100644 --- a/newlib/ChangeLog +++ b/newlib/ChangeLog @@ -1,5 +1,9 @@ 2005-11-18 Christopher Faylor + * include/sys/time.h: Move more cygwin stuff to cygwin-specific header. + +2005-11-18 Christopher Faylor + * include/time.h: Remove more cygwin-specific stuff. 2005-11-18 Christopher Faylor diff --git a/newlib/libc/include/sys/time.h b/newlib/libc/include/sys/time.h index ffee50f6ad..346747aec5 100644 --- a/newlib/libc/include/sys/time.h +++ b/newlib/libc/include/sys/time.h @@ -73,10 +73,6 @@ struct itimerval { int _EXFUN(gettimeofday, (struct timeval *__p, struct timezone *__z)); int _EXFUN(settimeofday, (const struct timeval *, const struct timezone *)); int _EXFUN(utimes, (const char *__path, const struct timeval *__tvp)); -#ifdef __CYGWIN__ -int _EXFUN(futimes, (int __fd, const struct timeval *__tvp)); -int _EXFUN(lutimes, (const char *__path, const struct timeval *__tvp)); -#endif int _EXFUN(getitimer, (int __which, struct itimerval *__value)); int _EXFUN(setitimer, (int __which, const struct itimerval *__value, struct itimerval *__ovalue)); -- 2.11.0