bits/syscall.h: add epoll_pwait2 from linux v5.11

see

  linux commit b0a0c2615f6f199a656ed8549d7dce625d77aa77
  epoll: wire up syscall epoll_pwait2

  linux commit 58169a52ebc9a733aeb5bea857bc5daa71a301bb
  epoll: add syscall epoll_pwait2

epoll_wait with struct timespec timeout instead of int. no time32 variant.
This commit is contained in:
Szabolcs Nagy
2022-03-08 17:19:36 -05:00
committed by Rich Felker
parent 3aba2150d0
commit b21f3ded78
16 changed files with 16 additions and 0 deletions
+1
View File
@@ -294,4 +294,5 @@
#define __NR_pidfd_getfd 438
#define __NR_faccessat2 439
#define __NR_process_madvise 440
#define __NR_epoll_pwait2 441