[Bug libc/14829] sched_* functions wrongly alter thread scheduling, rather than process
cvs-commit at gcc dot gnu.org
sourceware-bugzilla@sourceware.org
Sat Feb 2 13:17:00 GMT 2019
https://sourceware.org/bugzilla/show_bug.cgi?id=14829
--- Comment #11 from cvs-commit at gcc dot gnu.org <cvs-commit at gcc dot gnu.org> ---
This is an automated email from the git hooks/post-receive script. It was
generated because a ref change was pushed to the repository containing
the project "GNU C Library master sources".
The branch, master has been updated
via c70824b9a4645c0ecd049da8cfdb2c28ae7ada23 (commit)
from 4dcbbc3b28aaeafe23e1a30db84055aa6f6fa987 (commit)
Those revisions listed above that are new to this repository have
not appeared on any other notification email; so we list those
revisions in full, below.
- Log -----------------------------------------------------------------
https://sourceware.org/git/gitweb.cgi?p=glibc.git;h=c70824b9a4645c0ecd049da8cfdb2c28ae7ada23
commit c70824b9a4645c0ecd049da8cfdb2c28ae7ada23
Author: Florian Weimer <fweimer@redhat.com>
Date: Sat Feb 2 14:13:33 2019 +0100
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>
-----------------------------------------------------------------------
Summary of changes:
ChangeLog | 10 +++++
manual/resource.texi | 60 +++++++++++++++++-------------
sysdeps/unix/sysv/linux/bits/posix_opt.h | 5 ++-
3 files changed, 48 insertions(+), 27 deletions(-)
--
You are receiving this mail because:
You are on the CC list for the bug.
More information about the Glibc-bugs
mailing list