about summary refs log tree commit diff
path: root/arch/x32
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/x32
parente9751279479edc63af2c15b54a85cbe0374ca8b7 (diff)
downloadmusl-b2c4c3d590a338b574bbbb691963995e6541ae75.tar.gz
musl-b2c4c3d590a338b574bbbb691963995e6541ae75.tar.xz
musl-b2c4c3d590a338b574bbbb691963995e6541ae75.zip
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/x32')
-rw-r--r--arch/x32/bits/syscall.h.in1
1 files changed, 1 insertions, 0 deletions
diff --git a/arch/x32/bits/syscall.h.in b/arch/x32/bits/syscall.h.in
index 6b0e3c3a..5390db02 100644
--- a/arch/x32/bits/syscall.h.in
+++ b/arch/x32/bits/syscall.h.in
@@ -310,6 +310,7 @@
 #define __NR_landlock_restrict_self	(0x40000000 + 446)
 #define __NR_memfd_secret	(0x40000000 + 447)
 #define __NR_process_mrelease	(0x40000000 + 448)
+#define __NR_futex_waitv	(0x40000000 + 449)
 
 
 #define __NR_rt_sigaction (0x40000000 + 512)