OSDN Git Service

* include/sys/time.h: Move more cygwin stuff to cygwin-specific header.
authorcgf <cgf>
Fri, 18 Nov 2005 16:08:10 +0000 (16:08 +0000)
committercgf <cgf>
Fri, 18 Nov 2005 16:08:10 +0000 (16:08 +0000)
newlib/ChangeLog
newlib/libc/include/sys/time.h

index 97824e9..e29e878 100644 (file)
@@ -1,5 +1,9 @@
 2005-11-18  Christopher Faylor  <cgf@timesys.com>
 
+       * include/sys/time.h: Move more cygwin stuff to cygwin-specific header.
+
+2005-11-18  Christopher Faylor  <cgf@timesys.com>
+
        * include/time.h: Remove more cygwin-specific stuff.
 
 2005-11-18  Christopher Faylor  <cgf@timesys.com>
index ffee50f..346747a 100644 (file)
@@ -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));