Welcome to mirror list, hosted at ThFree Co, Russian Federation.

cygwin.com/git/newlib-cygwin.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorDJ Delorie <dj@redhat.com>2001-01-12 05:41:33 +0300
committerDJ Delorie <dj@redhat.com>2001-01-12 05:41:33 +0300
commit1376245a1f4ed8a435543e7f055e4b1f2cee9da4 (patch)
tree2e174cf7a3f34216b79857c5e1bfae42c09d24e7 /newlib/libc
parentc9bd08bcb23574db1cc6e5d2c498ec7a15d61aba (diff)
* libc/include/sys/features.h: __CYGWIN__ preferred over __CYGWIN32__
Diffstat (limited to 'newlib/libc')
-rw-r--r--newlib/libc/include/sys/features.h2
1 files changed, 1 insertions, 1 deletions
diff --git a/newlib/libc/include/sys/features.h b/newlib/libc/include/sys/features.h
index c73d439e9..f492556d1 100644
--- a/newlib/libc/include/sys/features.h
+++ b/newlib/libc/include/sys/features.h
@@ -77,7 +77,7 @@ extern "C" {
# define _POSIX_VERSION 199009L
#endif
-#ifdef __CYGWIN32__
+#ifdef __CYGWIN__
# define _POSIX_JOB_CONTROL 1
# define _POSIX_SAVED_IDS 0
# define _POSIX_VERSION 199009L