diff options
author | Rich Felker <dalias@aerifal.cx> | 2013-07-27 00:02:39 -0400 |
---|---|---|
committer | Rich Felker <dalias@aerifal.cx> | 2013-07-27 00:02:39 -0400 |
commit | bf7b7282f5cd65bcdd80f55eeebc90fab50c9159 (patch) | |
tree | 856f99a46092dcd2ab98896e68696c5bfdc04867 /include/unistd.h | |
parent | a6d39fdfa46b7d7664e302f11384c88d7a9a1e3b (diff) | |
download | musl-bf7b7282f5cd65bcdd80f55eeebc90fab50c9159.tar.gz musl-bf7b7282f5cd65bcdd80f55eeebc90fab50c9159.tar.xz musl-bf7b7282f5cd65bcdd80f55eeebc90fab50c9159.zip |
a few more fixes for unistd/sysconf feature reporting
Diffstat (limited to 'include/unistd.h')
-rw-r--r-- | include/unistd.h | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/include/unistd.h b/include/unistd.h index 151a6ce9..13acc147 100644 --- a/include/unistd.h +++ b/include/unistd.h @@ -237,6 +237,7 @@ void syncfs(int); #define _POSIX_READER_WRITER_LOCKS _POSIX_VERSION #define _POSIX_ASYNCHRONOUS_IO _POSIX_VERSION #define _POSIX_SEMAPHORES _POSIX_VERSION +#define _POSIX_SHARED_MEMORY_OBJECTS _POSIX_VERSION #define _POSIX2_C_BIND _POSIX_VERSION |