Change _POSIX_REALTIME_SIGNALS to 200112L to indicates we support
realtime signals. Define missing _POSIX_TIMERS, it will be changed to 200112L once struct sigevent is fixed.
This commit is contained in:
parent
3fbcdd3e93
commit
ef2eb0904e
@ -67,12 +67,13 @@
|
||||
#define _POSIX_PRIORITIZED_IO -1
|
||||
#define _POSIX_PRIORITY_SCHEDULING 200112L
|
||||
#define _POSIX_RAW_SOCKETS 200112L
|
||||
#define _POSIX_REALTIME_SIGNALS -1
|
||||
#define _POSIX_REALTIME_SIGNALS 200112L
|
||||
#define _POSIX_SEMAPHORES -1
|
||||
#define _POSIX_SHARED_MEMORY_OBJECTS 200112L
|
||||
#define _POSIX_SPORADIC_SERVER -1
|
||||
#define _POSIX_SYNCHRONIZED_IO -1
|
||||
#define _POSIX_TIMEOUTS -1
|
||||
#define _POSIX_TIMERS -1
|
||||
#define _POSIX_TYPED_MEMORY_OBJECTS -1
|
||||
#define _POSIX_VDISABLE 0xff
|
||||
|
||||
|
Loading…
x
Reference in New Issue
Block a user