add pidfd_open syscall number from linux v5.3
[musl] / arch / riscv64 / bits / syscall.h.in
index 1db70cf..c5e9937 100644 (file)
 #define __NR_fsconfig          431
 #define __NR_fsmount           432
 #define __NR_fspick            433
+#define __NR_pidfd_open                434
 
 #define __NR_sysriscv __NR_arch_specific_syscall
 #define __NR_riscv_flush_icache (__NR_sysriscv + 15)