summaryrefslogtreecommitdiff
path: root/include/unistd.h
diff options
context:
space:
mode:
authorRich Felker <dalias@aerifal.cx>2013-07-27 00:02:39 -0400
committerRich Felker <dalias@aerifal.cx>2013-07-27 00:02:39 -0400
commitbf7b7282f5cd65bcdd80f55eeebc90fab50c9159 (patch)
tree856f99a46092dcd2ab98896e68696c5bfdc04867 /include/unistd.h
parenta6d39fdfa46b7d7664e302f11384c88d7a9a1e3b (diff)
downloadmusl-bf7b7282f5cd65bcdd80f55eeebc90fab50c9159.tar.gz
a few more fixes for unistd/sysconf feature reporting
Diffstat (limited to 'include/unistd.h')
-rw-r--r--include/unistd.h1
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