We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 0637247 commit ead77daCopy full SHA for ead77da
include/seccomp-syscalls.h
@@ -284,6 +284,7 @@
284
#define __PNR_clock_nanosleep -10250
285
#define __PNR_gettimeofday -10251
286
#define __PNR_fcntl -10252
287
+#define __PNR_quotactl_path -10253
288
289
/*
290
* libseccomp syscall definitions
@@ -1569,6 +1570,12 @@
1569
1570
#define __SNR_riscv_flush_icache __PNR_riscv_flush_icache
1571
#endif
1572
1573
+#ifdef __NR_quotactl_path
1574
+#define __SNR_quotactl_path __NR_quotactl_path
1575
+#else
1576
+#define __SNR_quotactl_path __PNR_quotactl_path
1577
+#endif
1578
+
1579
#ifdef __NR_rmdir
1580
#define __SNR_rmdir __NR_rmdir
1581
#else
0 commit comments