mirror of
https://sourceware.org/git/glibc.git
synced 2025-07-29 11:41:21 +03:00
manual: Document lack of conformance of sched_* functions [BZ #14829]
On Linux, we define _POSIX_PRIORITY_SCHEDULING, but functions such as sched_setparam and sched_setscheduler apply to individual threads, not processes. Reviewed-by: Carlos O'Donell <carlos@redhat.com>
This commit is contained in:
@ -25,7 +25,10 @@
|
||||
/* Processes have a saved set-user-ID and a saved set-group-ID. */
|
||||
#define _POSIX_SAVED_IDS 1
|
||||
|
||||
/* Priority scheduling is supported. */
|
||||
/* Priority scheduling is not supported with the correct semantics,
|
||||
but GNU/Linux applications expect that the corresponding interfaces
|
||||
are available, even though the semantics do not meet the POSIX
|
||||
requirements. See glibc bug 14829. */
|
||||
#define _POSIX_PRIORITY_SCHEDULING 200809L
|
||||
|
||||
/* Synchronizing file data is supported. */
|
||||
|
Reference in New Issue
Block a user