diff --git a/include/seccomp-syscalls.h b/include/seccomp-syscalls.h index 4ff814c5..dd347d32 100644 --- a/include/seccomp-syscalls.h +++ b/include/seccomp-syscalls.h @@ -284,6 +284,7 @@ #define __PNR_clock_nanosleep -10250 #define __PNR_gettimeofday -10251 #define __PNR_fcntl -10252 +#define __PNR_quotactl_path -10253 /* * libseccomp syscall definitions @@ -1557,6 +1558,12 @@ #define __SNR_riscv_flush_icache __PNR_riscv_flush_icache #endif +#ifdef __NR_quotactl_path +#define __SNR_quotactl_path __NR_quotactl_path +#else +#define __SNR_quotactl_path __PNR_quotactl_path +#endif + #ifdef __NR_rmdir #define __SNR_rmdir __NR_rmdir #else