]> sourceware.org Git - glibc.git/commitdiff
Define _POSIX_THREAD_PRIORITY_SCHEDULING.
authorJakub Jelinek <jakub@redhat.com>
Mon, 1 Sep 2003 20:05:59 +0000 (20:05 +0000)
committerJakub Jelinek <jakub@redhat.com>
Mon, 1 Sep 2003 20:05:59 +0000 (20:05 +0000)
nptl/sysdeps/unix/sysv/linux/ia64/bits/posix_opt.h
nptl/sysdeps/unix/sysv/linux/x86_64/bits/posix_opt.h

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
 
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
 
This page took 0.047467 seconds and 5 git commands to generate.