add clone3 syscall number from linux v5.3
[oweals/musl.git] / arch / riscv64 / bits / syscall.h.in
index c5e99370022a075f9c6be4d43d9551620781a433..0043eeba3c1c29b63e8b55631a2309789173cfc9 100644 (file)
 #define __NR_fsmount           432
 #define __NR_fspick            433
 #define __NR_pidfd_open                434
+#define __NR_clone3            435
 
 #define __NR_sysriscv __NR_arch_specific_syscall
 #define __NR_riscv_flush_icache (__NR_sysriscv + 15)