syscalls.2: Add sched_getattr() and sched_setattr()

And update kernel version to 3.14

Signed-off-by: Michael Kerrisk <mtk.manpages@gmail.com>
This commit is contained in:
Michael Kerrisk 2014-03-31 06:53:31 +02:00
parent 64aa9bcb39
commit 7041581818
1 changed files with 4 additions and 2 deletions

View File

@ -28,7 +28,7 @@
.\" the source, must acknowledge the copyright and authors of this work.
.\" %%%LICENSE_END
.\"
.TH SYSCALLS 2 2014-02-20 "Linux" "Linux Programmer's Manual"
.TH SYSCALLS 2 2014-03-31 "Linux" "Linux Programmer's Manual"
.SH NAME
syscalls \- Linux system calls
.SH SYNOPSIS
@ -143,7 +143,7 @@ into a 2.4.x release after 2.4.15.
When this is so, the version where the system call appeared
in both of the major kernel series is listed.
.PP
The list of system calls that are available as at kernel 3.9
The list of system calls that are available as at kernel 3.14
(or in a few cases only on older kernels) is as follows:
.\"
.\" Looking at scripts/checksyscalls.sh in the kernel source is
@ -448,10 +448,12 @@ T}
\fBsched_get_priority_max\fP(2) 2.0
\fBsched_get_priority_min\fP(2) 2.0
\fBsched_getaffinity\fP(2) 2.6
\fBsched_getattr\fP(2) 3.14
\fBsched_getparam\fP(2) 2.0
\fBsched_getscheduler\fP(2) 2.0
\fBsched_rr_get_interval\fP(2) 2.0
\fBsched_setaffinity\fP(2) 2.6
\fBsched_setattr\fP(2) 3.14
\fBsched_setparam\fP(2) 2.0
\fBsched_setscheduler\fP(2) 2.0
\fBsched_yield\fP(2) 2.0