1
0
mirror of https://git.FreeBSD.org/src.git synced 2025-01-22 15:47:37 +00:00

messqge queue has been implemented, set _POSIX_MESSAGE_PASSING to 200112L.

This commit is contained in:
David Xu 2005-12-02 02:52:17 +00:00
parent ea8fe575cd
commit e94466c604
Notes: svn2git 2020-12-20 02:59:44 +00:00
svn path=/head/; revision=153006

View File

@ -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