syscalls.2: Update for Linux 4.0

Signed-off-by: Michael Kerrisk <mtk.manpages@gmail.com>
This commit is contained in:
Michael Kerrisk 2015-02-28 15:37:16 +01:00
parent db6642bdb2
commit 9316cc647e
1 changed files with 3 additions and 2 deletions

View File

@ -133,7 +133,8 @@ and new system calls may appear in each 2.6.x release.
In this case, the exact version number where the system call appeared
is shown.
This convention continues with the 3.x kernel series,
which followed on from kernel 2.6.39.
which followed on from kernel 2.6.39, and the 4.x kernel series,
which followed on from kernel 3.19.
.IP *
In some cases, a system call was added to a stable kernel
series after it branched from the previous stable kernel
@ -143,7 +144,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.15
The list of system calls that are available as at kernel 4.0
(or in a few cases only on older kernels) is as follows:
.\"
.\" Looking at scripts/checksyscalls.sh in the kernel source is