diff options
author | Christopher Faylor <me@cgf.cx> | 2001-04-12 00:05:57 +0000 |
---|---|---|
committer | Christopher Faylor <me@cgf.cx> | 2001-04-12 00:05:57 +0000 |
commit | 74f8cc634aea79eaa918dd426a846b699075c9c8 (patch) | |
tree | 2b78e89338bc7f817da5c8f28ff1e06aa4de7786 /newlib/libc/include/sys/signal.h | |
parent | fc672fb26c42cc18eb0729236b221943d7bf25b3 (diff) | |
download | cygnal-74f8cc634aea79eaa918dd426a846b699075c9c8.tar.gz cygnal-74f8cc634aea79eaa918dd426a846b699075c9c8.tar.bz2 cygnal-74f8cc634aea79eaa918dd426a846b699075c9c8.zip |
* libc/include/sys/features.h: Add appropriate defines for Cygwin pthread
support.
* libc/include/sys/signal.h: Remove unneeded __CYGWIN__ protection.
* libc/include/sys/types.h: Protect __CYGWIN__ from the rtems pthreads types.
Include <cygwin/types.h> for the cygwin specific typedefs.
Diffstat (limited to 'newlib/libc/include/sys/signal.h')
-rw-r--r-- | newlib/libc/include/sys/signal.h | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/newlib/libc/include/sys/signal.h b/newlib/libc/include/sys/signal.h index 53987afc3..e590ae38c 100644 --- a/newlib/libc/include/sys/signal.h +++ b/newlib/libc/include/sys/signal.h @@ -12,7 +12,7 @@ extern "C" { /* #ifndef __STRICT_ANSI__*/ -#if defined(_POSIX_THREADS) || defined(__CYGWIN__) +#if defined(_POSIX_THREADS) #include <sys/types.h> /* for pthread data types */ #endif |