* libc/include/sys/features.h (_POSIX_SEMAPHORES): New Cygwin define.

This commit is contained in:
Christopher Faylor
2002-03-28 04:26:49 +00:00
parent eba631d6a9
commit c82479b1e3
2 changed files with 5 additions and 0 deletions

View File

@ -86,6 +86,7 @@ extern "C" {
# 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