diff options
author | Bruce Mitchener <bruce.mitchener@gmail.com> | 2013-09-12 11:33:04 +0700 |
---|---|---|
committer | Alon Zakai <alonzakai@gmail.com> | 2013-09-13 10:07:03 -0700 |
commit | 1dc5a8a5cddab263bd455c3df11813a15c198a77 (patch) | |
tree | 32afab25a815be520ab1e1b7870a6a8acb756833 /system | |
parent | 03a74d3600462fbcaf44168b170a9486ca0178c2 (diff) |
Don't define _POSIX_SHARED_MEMORY_OBJECTS.
This isn't implemented, so don't define it.
Diffstat (limited to 'system')
-rw-r--r-- | system/include/libc/unistd.h | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/system/include/libc/unistd.h b/system/include/libc/unistd.h index 19158b67..ef6ba3b3 100644 --- a/system/include/libc/unistd.h +++ b/system/include/libc/unistd.h @@ -239,7 +239,7 @@ int eaccess(const char *, 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 +#undef _POSIX_SHARED_MEMORY_OBJECTS #define _POSIX2_C_BIND _POSIX_VERSION |