From 3c8813156de7a3da0d344221453018435d64bf11 Mon Sep 17 00:00:00 2001 From: Michael Kerrisk Date: Wed, 30 Dec 2020 15:18:54 +0100 Subject: [PATCH] syscalls.2: Add epoll_pwait2() Signed-off-by: Michael Kerrisk --- man2/syscalls.2 | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/man2/syscalls.2 b/man2/syscalls.2 index cd114ac22..a74005715 100644 --- a/man2/syscalls.2 +++ b/man2/syscalls.2 @@ -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