syscalls.2: Add epoll_pwait2()

Signed-off-by: Michael Kerrisk <mtk.manpages@gmail.com>
This commit is contained in:
Michael Kerrisk 2020-12-30 15:18:54 +01:00
parent ab4001e286
commit 3c8813156d
1 changed files with 2 additions and 1 deletions

View File

@ -147,7 +147,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 5.10
The list of system calls that are available as at kernel 5.11
(or in a few cases only on older kernels) is as follows:
.\"
.\" Looking at scripts/checksyscalls.sh in the kernel source is
@ -244,6 +244,7 @@ T}
\fBepoll_create1\fP(2) 2.6.27
\fBepoll_ctl\fP(2) 2.6
\fBepoll_pwait\fP(2) 2.6.19
\fBepoll_pwait2\fP(2) 5.11
\fBepoll_wait\fP(2) 2.6
\fBeventfd\fP(2) 2.6.22
\fBeventfd2\fP(2) 2.6.27