We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 6d127a0 commit ee4aba3Copy full SHA for ee4aba3
include/seccomp-syscalls.h
@@ -282,6 +282,7 @@
282
#define __PNR_clock_gettime -10248
283
#define __PNR_clock_nanosleep -10249
284
#define __PNR_gettimeofday -10250
285
+#define __PNR_quotactl_path -10251
286
287
/*
288
* libseccomp syscall definitions
@@ -1547,6 +1548,12 @@
1547
1548
#define __SNR_riscv_flush_icache __PNR_riscv_flush_icache
1549
#endif
1550
1551
+#ifdef __NR_quotactl_path
1552
+#define __SNR_quotactl_path __NR_quotactl_path
1553
+#else
1554
+#define __SNR_quotactl_path __PNR_quotactl_path
1555
+#endif
1556
+
1557
#ifdef __NR_rmdir
1558
#define __SNR_rmdir __NR_rmdir
1559
#else
0 commit comments