summaryrefslogtreecommitdiff
path: root/arch/x32/bits
diff options
context:
space:
mode:
authorSzabolcs Nagy <nsz@port70.net>2019-11-03 23:16:53 +0000
committerRich Felker <dalias@aerifal.cx>2019-12-30 18:12:53 -0500
commita45289112c033fe96d1c50a8908cbe58892db5c6 (patch)
treec55f094385dd39072dd5363d6851e38cff301508 /arch/x32/bits
parentf291c09ec90e2514c954020e9b9bdb30e2adfc7f (diff)
downloadmusl-a45289112c033fe96d1c50a8908cbe58892db5c6.tar.gz
add pidfd_open syscall number from linux v5.3
see linux commit 7615d9e1780e26e0178c93c55b73309a5dc093d7 arch: wire-up pidfd_open() linux commit 32fcb426ec001cb6d5a4a195091a8486ea77e2df pid: add pidfd_open()
Diffstat (limited to 'arch/x32/bits')
-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 4d72852e..9430d760 100644
--- a/arch/x32/bits/syscall.h.in
+++ b/arch/x32/bits/syscall.h.in
@@ -296,6 +296,7 @@
#define __NR_fsconfig (0x40000000 + 431)
#define __NR_fsmount (0x40000000 + 432)
#define __NR_fspick (0x40000000 + 433)
+#define __NR_pidfd_open (0x40000000 + 434)
#define __NR_rt_sigaction (0x40000000 + 512)
#define __NR_rt_sigreturn (0x40000000 + 513)