This is the mail archive of the newlib@sources.redhat.com mailing list for the newlib project.


Index Nav: [Date Index] [Subject Index] [Author Index] [Thread Index]
Message Nav: [Date Prev] [Date Next] [Thread Prev] [Thread Next]

libc/include/sys/features.h


This is my second attempt to get this fixed.  Is there something wrong
with this patch?

Earnie.
Thu Jan 11 20:42:06  2001  Earnie Boyd  <earnie_boyd@yahoo.com>

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

Index: features.h
===================================================================
RCS file: /cvs/src/src/newlib/libc/include/sys/features.h,v
retrieving revision 1.1
diff -u -3 -p -r1.1 features.h
--- features.h	2000/12/12 01:24:08	1.1
+++ features.h	2001/01/12 01:41:12
@@ -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

Index Nav: [Date Index] [Subject Index] [Author Index] [Thread Index]
Message Nav: [Date Prev] [Date Next] [Thread Prev] [Thread Next]