From bf7b7282f5cd65bcdd80f55eeebc90fab50c9159 Mon Sep 17 00:00:00 2001 From: Rich Felker Date: Sat, 27 Jul 2013 00:02:39 -0400 Subject: a few more fixes for unistd/sysconf feature reporting --- include/unistd.h | 1 + 1 file changed, 1 insertion(+) (limited to 'include/unistd.h') 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 -- cgit v1.2.1