diff options
author | Szabolcs Nagy <nsz@port70.net> | 2021-03-07 19:21:34 +0000 |
---|---|---|
committer | Rich Felker <dalias@aerifal.cx> | 2022-03-08 17:19:36 -0500 |
commit | b21f3ded780cc8fd8e510c99aeaf4a453d8c8a22 (patch) | |
tree | 48578c4b9960be553cb11cb127572bb87b0ef88d /arch/mips/bits | |
parent | 3aba2150d0efc80df30d7fc6c22d6041e14d445e (diff) | |
download | musl-b21f3ded780cc8fd8e510c99aeaf4a453d8c8a22.tar.gz musl-b21f3ded780cc8fd8e510c99aeaf4a453d8c8a22.tar.bz2 musl-b21f3ded780cc8fd8e510c99aeaf4a453d8c8a22.tar.xz musl-b21f3ded780cc8fd8e510c99aeaf4a453d8c8a22.zip |
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.
Diffstat (limited to 'arch/mips/bits')
-rw-r--r-- | arch/mips/bits/syscall.h.in | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/arch/mips/bits/syscall.h.in b/arch/mips/bits/syscall.h.in index d54845b2..83c9655d 100644 --- a/arch/mips/bits/syscall.h.in +++ b/arch/mips/bits/syscall.h.in @@ -413,4 +413,5 @@ #define __NR_pidfd_getfd 4438 #define __NR_faccessat2 4439 #define __NR_process_madvise 4440 +#define __NR_epoll_pwait2 4441 |