diff options
author | Christopher Faylor <me@cgf.cx> | 2005-11-18 16:08:10 +0000 |
---|---|---|
committer | Christopher Faylor <me@cgf.cx> | 2005-11-18 16:08:10 +0000 |
commit | d7d477b7f79cde6cbfd455c5355fe3a959e25d5b (patch) | |
tree | dd1788ba30a43ff9d4158a919807afd2cfa8c781 /newlib/libc/include/sys | |
parent | c1534dbe09c79bb45a2330cde75a1878022a6158 (diff) | |
download | cygnal-d7d477b7f79cde6cbfd455c5355fe3a959e25d5b.tar.gz cygnal-d7d477b7f79cde6cbfd455c5355fe3a959e25d5b.tar.bz2 cygnal-d7d477b7f79cde6cbfd455c5355fe3a959e25d5b.zip |
* include/sys/time.h: Move more cygwin stuff to cygwin-specific header.
Diffstat (limited to 'newlib/libc/include/sys')
-rw-r--r-- | newlib/libc/include/sys/time.h | 4 |
1 files changed, 0 insertions, 4 deletions
diff --git a/newlib/libc/include/sys/time.h b/newlib/libc/include/sys/time.h index ffee50f6a..346747aec 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)); |