diff options
author | Florian Weimer <fweimer@redhat.com> | 2019-02-02 14:13:33 +0100 |
---|---|---|
committer | Florian Weimer <fweimer@redhat.com> | 2019-02-02 14:15:27 +0100 |
commit | c70824b9a4645c0ecd049da8cfdb2c28ae7ada23 (patch) | |
tree | fe97a1176e0983462c79a9331cf4324f62d5d64e /ChangeLog | |
parent | 4dcbbc3b28aaeafe23e1a30db84055aa6f6fa987 (diff) | |
download | glibc-c70824b9a4645c0ecd049da8cfdb2c28ae7ada23.zip glibc-c70824b9a4645c0ecd049da8cfdb2c28ae7ada23.tar.gz glibc-c70824b9a4645c0ecd049da8cfdb2c28ae7ada23.tar.bz2 |
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>
Diffstat (limited to 'ChangeLog')
-rw-r--r-- | ChangeLog | 10 |
1 files changed, 10 insertions, 0 deletions
@@ -1,3 +1,13 @@ +2019-02-02 Florian Weimer <fweimer@redhat.com> + + [BZ #14829] + * manual/resource.texi (Basic Scheduling Functions): Add + portability note. Change process to task throughout the section. + Remove incorrect comment about sched_yield as it affects + tasks/threads, not entire processes. + * sysdeps/unix/sysv/linux/bits/posix_opt.h + (_POSIX_PRIORITY_SCHEDULING): Update comment. + 2019-02-01 Joseph Myers <joseph@codesourcery.com> * configure.ac (libc_cv_compiler_ok): Require GCC 6.2 or later. |