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 544feb3 commit a259b13Copy full SHA for a259b13
include/seccomp-syscalls.h
@@ -275,7 +275,7 @@
275
#define __PNR_ppoll -10241
276
#define __PNR_renameat -10242
277
#define __PNR_riscv_flush_icache -10243
278
-
+#define __PNR_quotactl_path -10244
279
/*
280
* libseccomp syscall definitions
281
*/
@@ -1520,6 +1520,12 @@
1520
#define __SNR_riscv_flush_icache __PNR_riscv_flush_icache
1521
#endif
1522
1523
+#ifdef __NR_quotactl_path
1524
+#define __SNR_quotactl_path __NR_quotactl_path
1525
+#else
1526
+#define __SNR_quotactl_path __PNR_quotactl_path
1527
+#endif
1528
+
1529
#ifdef __NR_rmdir
1530
#define __SNR_rmdir __NR_rmdir
1531
#else
0 commit comments