]> git.ipfire.org Git - thirdparty/glibc.git/commitdiff
Define _POSIX_THREAD_PRIORITY_SCHEDULING.
authorUlrich Drepper <drepper@redhat.com>
Tue, 19 Aug 2003 05:26:54 +0000 (05:26 +0000)
committerUlrich Drepper <drepper@redhat.com>
Tue, 19 Aug 2003 05:26:54 +0000 (05:26 +0000)
nptl/sysdeps/unix/sysv/linux/bits/posix_opt.h
nptl/sysdeps/unix/sysv/linux/i386/bits/posix_opt.h

index 2e2a6096252a143bc1397f9c4be0cbab080af0f5..67a37d01c87ddd292b7ac8be586f467cf7b1b19f 100644 (file)
@@ -70,6 +70,9 @@
 #define _POSIX_REENTRANT_FUNCTIONS      1
 #define _POSIX_THREAD_SAFE_FUNCTIONS   200112L
 
+/* We provide priority scheduling for threads.  */
+#define _POSIX_THREAD_PRIORITY_SCHEDULING      200112L
+
 /* We support user-defined stack sizes.  */
 #define _POSIX_THREAD_ATTR_STACKSIZE   200112L
 
index 556c5fd8738fed9cbed8c3009dc8abdf3e87634d..4bc4eed72a6625c5890efd7d1a8465a255ca1136 100644 (file)
@@ -70,6 +70,9 @@
 #define _POSIX_REENTRANT_FUNCTIONS      1
 #define _POSIX_THREAD_SAFE_FUNCTIONS   200112L
 
+/* We provide priority scheduling for threads.  */
+#define _POSIX_THREAD_PRIORITY_SCHEDULING      200112L
+
 /* We support user-defined stack sizes.  */
 #define _POSIX_THREAD_ATTR_STACKSIZE   200112L