* libc/include/sys/features.h: Add _POSIX_SHARED_MEMORY_OBJECTS for
Cygwin. Fix value of _POSIX_SEMAPHORES. Fix formatting.
This commit is contained in:
parent
0bce6570f0
commit
d7e4c7a807
|
@ -1,3 +1,8 @@
|
|||
2007-02-08 Corinna Vinschen <corinna@vinschen.de>
|
||||
|
||||
* libc/include/sys/features.h: Add _POSIX_SHARED_MEMORY_OBJECTS for
|
||||
Cygwin. Fix value of _POSIX_SEMAPHORES. Fix formatting.
|
||||
|
||||
2007-02-07 Corinna Vinschen <corinna@vinschen.de>
|
||||
|
||||
* libc/include/sys/features.h: Add definition of all supported
|
||||
|
|
|
@ -108,8 +108,8 @@ extern "C" {
|
|||
#define _POSIX_REALTIME_SIGNALS 200112L
|
||||
#define _POSIX_REGEXP 1
|
||||
#define _POSIX_SAVED_IDS 1
|
||||
#define _POSIX_SEMAPHORES 1
|
||||
/* #define _POSIX_SHARED_MEMORY_OBJECTS -1 */
|
||||
#define _POSIX_SEMAPHORES 200112L
|
||||
#define _POSIX_SHARED_MEMORY_OBJECTS 200112L
|
||||
#define _POSIX_SHELL 1
|
||||
/* #define _POSIX_SPAWN -1 */
|
||||
/* #define _POSIX_SPIN_LOCKS -1 */
|
||||
|
|
Loading…
Reference in New Issue