We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 88f6fdc commit bc87784Copy full SHA for bc87784
2 files changed
include/seccomp-syscalls.h
@@ -276,6 +276,7 @@
276
#define __PNR_renameat -10242
277
#define __PNR_riscv_flush_icache -10243
278
#define __PNR_fstat -10244
279
+#define __PNR_quotactl_path -10245
280
281
/*
282
* libseccomp syscall definitions
@@ -1521,6 +1522,12 @@
1521
1522
#define __SNR_riscv_flush_icache __PNR_riscv_flush_icache
1523
#endif
1524
1525
+#ifdef __NR_quotactl_path
1526
+#define __SNR_quotactl_path __NR_quotactl_path
1527
+#else
1528
+#define __SNR_quotactl_path __PNR_quotactl_path
1529
+#endif
1530
+
1531
#ifdef __NR_rmdir
1532
#define __SNR_rmdir __NR_rmdir
1533
#else
0 commit comments