From c11b0901839fe98540eab53af7ecd96be71d776a Mon Sep 17 00:00:00 2001 From: Jakub Jelinek Date: Mon, 1 Sep 2003 20:05:59 +0000 Subject: [PATCH] Define _POSIX_THREAD_PRIORITY_SCHEDULING. --- nptl/sysdeps/unix/sysv/linux/ia64/bits/posix_opt.h | 3 +++ nptl/sysdeps/unix/sysv/linux/x86_64/bits/posix_opt.h | 3 +++ 2 files changed, 6 insertions(+) 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 556c5fd..4bc4eed 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 556c5fd..4bc4eed 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 -- 2.7.4