Index: features.h =================================================================== RCS file: /cvs/src/src/newlib/libc/include/sys/features.h,v retrieving revision 1.3 diff -c -C10 -r1.3 features.h *** features.h 2001/04/12 00:05:57 1.3 --- features.h 2002/03/23 15:53:32 *************** *** 79,94 **** --- 79,95 ---- #ifdef __CYGWIN__ # define _POSIX_JOB_CONTROL 1 # define _POSIX_SAVED_IDS 0 # define _POSIX_VERSION 199009L # define _POSIX_THREADS 1 # define _POSIX_THREAD_PROCESS_SHARED 1 # define _POSIX_THREAD_SAFE_FUNCTIONS 1 # define _POSIX_THREAD_PRIORITY_SCHEDULING 1 # define _POSIX_THREAD_ATTR_STACKSIZE 1 + # define _POSIX_SEMAPHORES 1 #endif #ifdef __cplusplus } #endif #endif /* _SYS_FEATURES_H */