diff options
| author | Rich Felker <dalias@aerifal.cx> | 2013-07-26 23:07:54 -0400 |
|---|---|---|
| committer | Rich Felker <dalias@aerifal.cx> | 2013-07-26 23:07:54 -0400 |
| commit | a6d39fdfa46b7d7664e302f11384c88d7a9a1e3b (patch) | |
| tree | 63b484351f4693c7d13316dc1d620e4def603d58 /include | |
| parent | 77830507bed92a62ab230b499d5b38ae45d208a4 (diff) | |
| download | musl-a6d39fdfa46b7d7664e302f11384c88d7a9a1e3b.tar.gz | |
report presence of ADV and MSG options in unistd.h and sysconf
Diffstat (limited to 'include')
| -rw-r--r-- | include/unistd.h | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/include/unistd.h b/include/unistd.h index ee22b21b..151a6ce9 100644 --- a/include/unistd.h +++ b/include/unistd.h @@ -201,6 +201,7 @@ void syncfs(int); #define _POSIX_VERSION 200809L #define _POSIX2_VERSION _POSIX_VERSION +#define _POSIX_ADVISORY_INFO _POSIX_VERSION #define _POSIX_CHOWN_RESTRICTED 1 #define _POSIX_IPV6 _POSIX_VERSION #define _POSIX_JOB_CONTROL 1 @@ -208,6 +209,7 @@ void syncfs(int); #define _POSIX_MEMLOCK _POSIX_VERSION #define _POSIX_MEMLOCK_RANGE _POSIX_VERSION #define _POSIX_MEMORY_PROTECTION _POSIX_VERSION +#define _POSIX_MESSAGE_PASSING _POSIX_VERSION #define _POSIX_FSYNC _POSIX_VERSION #define _POSIX_NO_TRUNC 1 #define _POSIX_RAW_SOCKETS _POSIX_VERSION |
