aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorJakub Jelinek <jakub@redhat.com>2003-09-01 20:05:59 +0000
committerJakub Jelinek <jakub@redhat.com>2003-09-01 20:05:59 +0000
commitc11b0901839fe98540eab53af7ecd96be71d776a (patch)
treec20d14728a95d01b706fa24271d32b89f5694e54
parent5acf789a5ac76e8ca8e6edb2fe8ea4d6accccea1 (diff)
downloadglibc-c11b0901839fe98540eab53af7ecd96be71d776a.tar
glibc-c11b0901839fe98540eab53af7ecd96be71d776a.tar.gz
glibc-c11b0901839fe98540eab53af7ecd96be71d776a.tar.bz2
glibc-c11b0901839fe98540eab53af7ecd96be71d776a.zip
Define _POSIX_THREAD_PRIORITY_SCHEDULING.
-rw-r--r--nptl/sysdeps/unix/sysv/linux/ia64/bits/posix_opt.h3
-rw-r--r--nptl/sysdeps/unix/sysv/linux/x86_64/bits/posix_opt.h3
2 files changed, 6 insertions, 0 deletions
diff --git a/nptl/sysdeps/unix/sysv/linux/ia64/bits/posix_opt.h b/nptl/sysdeps/unix/sysv/linux/ia64/bits/posix_opt.h
index 556c5fd873..4bc4eed72a 100644
--- a/nptl/sysdeps/unix/sysv/linux/ia64/bits/posix_opt.h
+++ b/nptl/sysdeps/unix/sysv/linux/ia64/bits/posix_opt.h
@@ -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
diff --git a/nptl/sysdeps/unix/sysv/linux/x86_64/bits/posix_opt.h b/nptl/sysdeps/unix/sysv/linux/x86_64/bits/posix_opt.h
index 556c5fd873..4bc4eed72a 100644
--- a/nptl/sysdeps/unix/sysv/linux/x86_64/bits/posix_opt.h
+++ b/nptl/sysdeps/unix/sysv/linux/x86_64/bits/posix_opt.h
@@ -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