Add _POSIX_SHARED_MEMORY_OBJECTS

This commit is contained in:
Gedare Bloom 2017-01-13 13:07:40 -06:00 committed by Joel Sherrill
parent c0ac2ea2b3
commit 338ce06971
1 changed files with 1 additions and 1 deletions

View File

@ -333,7 +333,7 @@ extern "C" {
#define _POSIX_PRIORITY_SCHEDULING 1
#define _POSIX_REALTIME_SIGNALS 1
#define _POSIX_SEMAPHORES 1
/* #define _POSIX_SHARED_MEMORY_OBJECTS 1 */
#define _POSIX_SHARED_MEMORY_OBJECTS 1
#define _POSIX_SYNCHRONIZED_IO 1
#define _POSIX_TIMERS 1
#define _POSIX_BARRIERS 200112L