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 49096f7 commit 69a12c4Copy full SHA for 69a12c4
include/seccomp-syscalls.h
@@ -280,6 +280,7 @@
280
#define __PNR_nanosleep -10246
281
#define __PNR_lseek -10247
282
#define __PNR_clock_gettime -10248
283
+#define __PNR_quotactl_path -10249
284
285
/*
286
* libseccomp syscall definitions
@@ -1537,6 +1538,12 @@
1537
1538
#define __SNR_riscv_flush_icache __PNR_riscv_flush_icache
1539
#endif
1540
1541
+#ifdef __NR_quotactl_path
1542
+#define __SNR_quotactl_path __NR_quotactl_path
1543
+#else
1544
+#define __SNR_quotactl_path __PNR_quotactl_path
1545
+#endif
1546
+
1547
#ifdef __NR_rmdir
1548
#define __SNR_rmdir __NR_rmdir
1549
#else
0 commit comments