diff options
author | Christopher Faylor <me@cgf.cx> | 2002-03-28 04:26:49 +0000 |
---|---|---|
committer | Christopher Faylor <me@cgf.cx> | 2002-03-28 04:26:49 +0000 |
commit | c82479b1e3b16e34f4033d4ea367ecd8d694fe25 (patch) | |
tree | da0fefbb9baea0ca83294e27cb40624d43430013 /newlib/libc | |
parent | eba631d6a9514cd81b4b22578a770f831a66d546 (diff) | |
download | newlib-c82479b1e3b16e34f4033d4ea367ecd8d694fe25.zip newlib-c82479b1e3b16e34f4033d4ea367ecd8d694fe25.tar.gz newlib-c82479b1e3b16e34f4033d4ea367ecd8d694fe25.tar.bz2 |
* libc/include/sys/features.h (_POSIX_SEMAPHORES): New Cygwin define.
Diffstat (limited to 'newlib/libc')
-rw-r--r-- | newlib/libc/include/sys/features.h | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/newlib/libc/include/sys/features.h b/newlib/libc/include/sys/features.h index e86ce13..f69c803 100644 --- a/newlib/libc/include/sys/features.h +++ b/newlib/libc/include/sys/features.h @@ -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 |