diff options
author | Gaƫl PORTAY <gael.portay@rtone.fr> | 2024-02-18 03:26:45 +0100 |
---|---|---|
committer | Rich Felker <dalias@aerifal.cx> | 2024-02-22 19:23:13 -0500 |
commit | b2c4c3d590a338b574bbbb691963995e6541ae75 (patch) | |
tree | bd18a47594d3dde2f902dc4300b35973932bc9fd /arch/mips64/bits/syscall.h.in | |
parent | e9751279479edc63af2c15b54a85cbe0374ca8b7 (diff) | |
download | musl-b2c4c3d590a338b574bbbb691963995e6541ae75.zip musl-b2c4c3d590a338b574bbbb691963995e6541ae75.tar.gz musl-b2c4c3d590a338b574bbbb691963995e6541ae75.tar.bz2 |
bits/syscall.h: add futex_waitv from linux v5.16
see
linux commit 039c0ec9bb77446d7ada7f55f90af9299b28ca49
futex,x86: Wire up sys_futex_waitv()
linux commit ea7c45fde5aa3e761aaddb7902a31a95cb120e7b
futex,arm: Wire up sys_futex_waitv()
linux commit b3ff2881ba18b852f79f5476d7631940071f1adb
MIPS: syscalls: Wire up futex_waitv syscall
linux commit 6c122360cf2f4c5a856fcbd79b4485b7baec942a
s390: wire up sys_futex_waitv system call
linux commit a0eb2da92b715d0c97b96b09979689ea09faefe6
futex: Wireup futex_waitv syscall
Diffstat (limited to 'arch/mips64/bits/syscall.h.in')
-rw-r--r-- | arch/mips64/bits/syscall.h.in | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/arch/mips64/bits/syscall.h.in b/arch/mips64/bits/syscall.h.in index eabb3e4..0656207 100644 --- a/arch/mips64/bits/syscall.h.in +++ b/arch/mips64/bits/syscall.h.in @@ -349,4 +349,5 @@ #define __NR_landlock_add_rule 5445 #define __NR_landlock_restrict_self 5446 #define __NR_process_mrelease 5448 +#define __NR_futex_waitv 5449 |