summaryrefslogtreecommitdiff
path: root/arch/mipsn32/bits/syscall.h.in
diff options
context:
space:
mode:
authorGaƫl PORTAY <gael.portay@rtone.fr>2024-02-18 03:26:45 +0100
committerRich Felker <dalias@aerifal.cx>2024-02-22 19:23:13 -0500
commitb2c4c3d590a338b574bbbb691963995e6541ae75 (patch)
treebd18a47594d3dde2f902dc4300b35973932bc9fd /arch/mipsn32/bits/syscall.h.in
parente9751279479edc63af2c15b54a85cbe0374ca8b7 (diff)
downloadmusl-b2c4c3d590a338b574bbbb691963995e6541ae75.tar.gz
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/mipsn32/bits/syscall.h.in')
-rw-r--r--arch/mipsn32/bits/syscall.h.in1
1 files changed, 1 insertions, 0 deletions
diff --git a/arch/mipsn32/bits/syscall.h.in b/arch/mipsn32/bits/syscall.h.in
index 80aee609..21476c7b 100644
--- a/arch/mipsn32/bits/syscall.h.in
+++ b/arch/mipsn32/bits/syscall.h.in
@@ -373,4 +373,5 @@
#define __NR_landlock_add_rule 6445
#define __NR_landlock_restrict_self 6446
#define __NR_process_mrelease 6448
+#define __NR_futex_waitv 6449