aboutsummaryrefslogtreecommitdiff
path: root/ChangeLog
diff options
context:
space:
mode:
authorFlorian Weimer <fweimer@redhat.com>2019-02-02 14:13:33 +0100
committerFlorian Weimer <fweimer@redhat.com>2019-02-02 14:15:27 +0100
commitc70824b9a4645c0ecd049da8cfdb2c28ae7ada23 (patch)
treefe97a1176e0983462c79a9331cf4324f62d5d64e /ChangeLog
parent4dcbbc3b28aaeafe23e1a30db84055aa6f6fa987 (diff)
downloadglibc-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--ChangeLog10
1 files changed, 10 insertions, 0 deletions
diff --git a/ChangeLog b/ChangeLog
index 148e9fb..4e715ee 100644
--- a/ChangeLog
+++ b/ChangeLog
@@ -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.