bits/syscall.h: add epoll_pwait2 from linux v5.11
[musl] / arch / riscv64 / bits / syscall.h.in
index 39c0d65..df6bf5c 100644 (file)
 #define __NR_pidfd_getfd       438
 #define __NR_faccessat2                439
 #define __NR_process_madvise   440
+#define __NR_epoll_pwait2      441
 
 #define __NR_sysriscv __NR_arch_specific_syscall
 #define __NR_riscv_flush_icache (__NR_sysriscv + 15)