We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 54d8136 commit d59e03bCopy full SHA for d59e03b
1 file changed
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
@@ -1557,6 +1558,12 @@
1557
1558
#define __SNR_riscv_flush_icache __PNR_riscv_flush_icache
1559
#endif
1560
1561
+#ifdef __NR_quotactl_path
1562
+#define __SNR_quotactl_path __NR_quotactl_path
1563
+#else
1564
+#define __SNR_quotactl_path __PNR_quotactl_path
1565
+#endif
1566
+
1567
#ifdef __NR_rmdir
1568
#define __SNR_rmdir __NR_rmdir
1569
#else
0 commit comments