mirror of
https://github.com/opnsense/src.git
synced 2026-05-28 04:12:45 -04:00
messqge queue has been implemented, set _POSIX_MESSAGE_PASSING to 200112L.
This commit is contained in:
parent
ea8fe575cd
commit
e94466c604
1 changed files with 1 additions and 1 deletions
|
|
@ -61,7 +61,7 @@
|
|||
#define _POSIX_MEMLOCK -1
|
||||
#define _POSIX_MEMLOCK_RANGE 200112L
|
||||
#define _POSIX_MEMORY_PROTECTION 200112L
|
||||
#define _POSIX_MESSAGE_PASSING -1
|
||||
#define _POSIX_MESSAGE_PASSING 200112L
|
||||
#define _POSIX_MONOTONIC_CLOCK 200112L
|
||||
#define _POSIX_NO_TRUNC 1
|
||||
#define _POSIX_PRIORITIZED_IO -1
|
||||
|
|
|
|||
Loading…
Reference in a new issue