diff options
author | Christopher Faylor <me@cgf.cx> | 2005-11-18 15:45:54 +0000 |
---|---|---|
committer | Christopher Faylor <me@cgf.cx> | 2005-11-18 15:45:54 +0000 |
commit | d3e81bdac89c4789783cb51ac261bcfbb58df49a (patch) | |
tree | c81febbdc2c77be6a3a45fb08f32f2f0b0838938 /newlib/libc/include/sys/time.h | |
parent | 808139f1af2a37d898f06664cc2f8124f2b61e70 (diff) | |
download | cygnal-d3e81bdac89c4789783cb51ac261bcfbb58df49a.tar.gz cygnal-d3e81bdac89c4789783cb51ac261bcfbb58df49a.tar.bz2 cygnal-d3e81bdac89c4789783cb51ac261bcfbb58df49a.zip |
* include/time.h: Move cygwin declarations to cygwin-specific header.
* include/sys/time.h: Rename cygwin include to "sys_time.h".
Diffstat (limited to 'newlib/libc/include/sys/time.h')
-rw-r--r-- | newlib/libc/include/sys/time.h | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/newlib/libc/include/sys/time.h b/newlib/libc/include/sys/time.h index eee5ca727..ffee50f6a 100644 --- a/newlib/libc/include/sys/time.h +++ b/newlib/libc/include/sys/time.h @@ -24,7 +24,7 @@ struct timezone { }; #ifdef __CYGWIN__ -#include <cygwin/time.h> +#include <cygwin/sys_time.h> #endif /* __CYGWIN__ */ #endif /* _WINSOCK_H */ |