summaryrefslogtreecommitdiff
path: root/include
diff options
context:
space:
mode:
authorRich Felker <dalias@aerifal.cx>2012-11-11 15:54:20 -0500
committerRich Felker <dalias@aerifal.cx>2012-11-11 15:54:20 -0500
commit7df42e8744d384c975b28192f66ab4c5e4c1fd90 (patch)
tree0abe7f6e678935ccb83e334830865bf9910b65f5 /include
parent1e21e78bf7a5c24c217446d8760be7b7188711c2 (diff)
downloadmusl-7df42e8744d384c975b28192f66ab4c5e4c1fd90.tar.gz
report support of TPS option in unistd.h and sysconf
also update another newish feature in sysconf, stackaddr
Diffstat (limited to 'include')
-rw-r--r--include/unistd.h1
1 files changed, 1 insertions, 0 deletions
diff --git a/include/unistd.h b/include/unistd.h
index bb741e4b..2791c3de 100644
--- a/include/unistd.h
+++ b/include/unistd.h
@@ -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