summaryrefslogtreecommitdiff
path: root/arch/s390x
diff options
context:
space:
mode:
authorGaƫl PORTAY <gael.portay@rtone.fr>2024-02-18 03:26:43 +0100
committerRich Felker <dalias@aerifal.cx>2024-02-22 19:22:38 -0500
commita526314c8057eeecbdbd6965b1620cfe3ae6e8f3 (patch)
tree39818117122eed7872ae3cb60de940fa6546667d /arch/s390x
parent19563e1850808af216b1b84263bb7e83cccce506 (diff)
downloadmusl-a526314c8057eeecbdbd6965b1620cfe3ae6e8f3.tar.gz
bits/syscall.h: add memfd_secret from linux v5.14
see linux commit 7bb7f2ac24a028b20fca466b9633847b289b156a arch, mm: wire up memfd_secret system call where relevant linux commit 1507f51255c9ff07d75909a84e7c0d7f3c4b2f49 mm: introduce memfd_secret system call to create "secret" memory areas linux commit b633896314c0f78f2b4eb7b19a530d68f2a35445 tools headers UAPI: Sync s390 syscall table file that wires up the memfd_secret syscall
Diffstat (limited to 'arch/s390x')
-rw-r--r--arch/s390x/bits/syscall.h.in1
1 files changed, 1 insertions, 0 deletions
diff --git a/arch/s390x/bits/syscall.h.in b/arch/s390x/bits/syscall.h.in
index dfc38479..58697e5b 100644
--- a/arch/s390x/bits/syscall.h.in
+++ b/arch/s390x/bits/syscall.h.in
@@ -362,4 +362,5 @@
#define __NR_landlock_create_ruleset 444
#define __NR_landlock_add_rule 445
#define __NR_landlock_restrict_self 446
+#define __NR_memfd_secret 447