bits/syscall.h: add process_madvise from linux v5.10
[musl] / arch / riscv64 / bits / syscall.h.in
index 5def016..f9c421d 100644 (file)
 #define __NR_openat2           437
 #define __NR_pidfd_getfd       438
 #define __NR_faccessat2                439
+#define __NR_process_madvise   440
 
 #define __NR_sysriscv __NR_arch_specific_syscall
 #define __NR_riscv_flush_icache (__NR_sysriscv + 15)