From: Ulrich Drepper Date: Tue, 19 Aug 2003 05:26:54 +0000 (+0000) Subject: Define _POSIX_THREAD_PRIORITY_SCHEDULING. X-Git-Tag: cvs/glibc-2_3_3~349 X-Git-Url: http://git.ipfire.org/?a=commitdiff_plain;h=fd82139fa58ef52bc23bff26db26d53356230557;p=thirdparty%2Fglibc.git Define _POSIX_THREAD_PRIORITY_SCHEDULING. --- diff --git a/nptl/sysdeps/unix/sysv/linux/bits/posix_opt.h b/nptl/sysdeps/unix/sysv/linux/bits/posix_opt.h index 2e2a6096252..67a37d01c87 100644 --- a/nptl/sysdeps/unix/sysv/linux/bits/posix_opt.h +++ b/nptl/sysdeps/unix/sysv/linux/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/i386/bits/posix_opt.h b/nptl/sysdeps/unix/sysv/linux/i386/bits/posix_opt.h index 556c5fd8738..4bc4eed72a6 100644 --- a/nptl/sysdeps/unix/sysv/linux/i386/bits/posix_opt.h +++ b/nptl/sysdeps/unix/sysv/linux/i386/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