a few more fixes for unistd/sysconf feature reporting

This commit is contained in:
Rich Felker
2013-07-27 00:02:39 -04:00
parent a6d39fdfa4
commit bf7b7282f5
2 changed files with 8 additions and 7 deletions

View File

@ -237,6 +237,7 @@ void syncfs(int);
#define _POSIX_READER_WRITER_LOCKS _POSIX_VERSION
#define _POSIX_ASYNCHRONOUS_IO _POSIX_VERSION
#define _POSIX_SEMAPHORES _POSIX_VERSION
#define _POSIX_SHARED_MEMORY_OBJECTS _POSIX_VERSION
#define _POSIX2_C_BIND _POSIX_VERSION