report presence of ADV and MSG options in unistd.h and sysconf

This commit is contained in:
Rich Felker
2013-07-26 23:07:54 -04:00
parent 77830507be
commit a6d39fdfa4
2 changed files with 4 additions and 2 deletions

View File

@ -32,7 +32,7 @@ long sysconf(int name)
[_SC_MEMLOCK] = VER,
[_SC_MEMLOCK_RANGE] = VER,
[_SC_MEMORY_PROTECTION] = VER,
[_SC_MESSAGE_PASSING] = -1,
[_SC_MESSAGE_PASSING] = VER,
[_SC_SEMAPHORES] = VER,
[_SC_SHARED_MEMORY_OBJECTS] = -1,
[_SC_AIO_LISTIO_MAX] = -1,
@ -144,7 +144,7 @@ long sysconf(int name)
[_SC_XOPEN_LEGACY] = -1,
[_SC_XOPEN_REALTIME] = -1,
[_SC_XOPEN_REALTIME_THREADS] = -1,
[_SC_ADVISORY_INFO] = -1,
[_SC_ADVISORY_INFO] = VER,
[_SC_BARRIERS] = VER,
[_SC_BASE] = -1,
[_SC_C_LANG_SUPPORT] = -1,