report support of TPS option in unistd.h and sysconf

also update another newish feature in sysconf, stackaddr
This commit is contained in:
Rich Felker
2012-11-11 15:54:20 -05:00
parent 1e21e78bf7
commit 7df42e8744
2 changed files with 3 additions and 2 deletions

View File

@@ -225,6 +225,7 @@ void syncfs(int);
#define _POSIX_THREAD_SAFE_FUNCTIONS _POSIX_VERSION
#define _POSIX_THREAD_ATTR_STACKADDR _POSIX_VERSION
#define _POSIX_THREAD_ATTR_STACKSIZE _POSIX_VERSION
#define _POSIX_THREAD_PRIORITY_SCHEDULING _POSIX_VERSION
#define _POSIX_TIMERS _POSIX_VERSION
#define _POSIX_TIMEOUTS _POSIX_VERSION
#define _POSIX_MONOTONIC_CLOCK _POSIX_VERSION