* libc/include/sys/features.h: __CYGWIN__ preferred over __CYGWIN32__

This commit is contained in:
DJ Delorie 2001-01-12 02:41:33 +00:00
parent c9bd08bcb2
commit 1376245a1f
2 changed files with 5 additions and 1 deletions

View File

@ -1,3 +1,7 @@
Thu Jan 11 20:42:06 2001 Earnie Boyd <earnie_boyd@yahoo.com>
* libc/include/sys/features.h: __CYGWIN__ preferred over __CYGWIN32__
2001-01-09 Nick Clifton <nickc@redhat.com> 2001-01-09 Nick Clifton <nickc@redhat.com>
* configure.host (v859): Remove unsupported compiler options. * configure.host (v859): Remove unsupported compiler options.

View File

@ -77,7 +77,7 @@ extern "C" {
# define _POSIX_VERSION 199009L # define _POSIX_VERSION 199009L
#endif #endif
#ifdef __CYGWIN32__ #ifdef __CYGWIN__
# define _POSIX_JOB_CONTROL 1 # define _POSIX_JOB_CONTROL 1
# define _POSIX_SAVED_IDS 0 # define _POSIX_SAVED_IDS 0
# define _POSIX_VERSION 199009L # define _POSIX_VERSION 199009L