mirror of
https://sourceware.org/git/glibc.git
synced 2025-07-28 00:21:52 +03:00
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>