diff options
author | Rich Felker <dalias@aerifal.cx> | 2012-11-11 15:54:20 -0500 |
---|---|---|
committer | Rich Felker <dalias@aerifal.cx> | 2012-11-11 15:54:20 -0500 |
commit | 7df42e8744d384c975b28192f66ab4c5e4c1fd90 (patch) | |
tree | 0abe7f6e678935ccb83e334830865bf9910b65f5 /include/unistd.h | |
parent | 1e21e78bf7a5c24c217446d8760be7b7188711c2 (diff) | |
download | musl-7df42e8744d384c975b28192f66ab4c5e4c1fd90.tar.gz musl-7df42e8744d384c975b28192f66ab4c5e4c1fd90.tar.xz musl-7df42e8744d384c975b28192f66ab4c5e4c1fd90.zip |
report support of TPS option in unistd.h and sysconf
also update another newish feature in sysconf, stackaddr
Diffstat (limited to 'include/unistd.h')
-rw-r--r-- | include/unistd.h | 1 |
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 |