* libc/include/sys/features.h: __CYGWIN__ preferred over __CYGWIN32__
This commit is contained in:
parent
c9bd08bcb2
commit
1376245a1f
@ -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.
|
||||||
|
@ -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
|
||||||
|
Loading…
x
Reference in New Issue
Block a user