Skip to content

Commit ead77da

Browse files
committed
syscalls: Add quotactl_path
Signed-off-by: Khem Raj <raj.khem@gmail.com>
1 parent 0637247 commit ead77da

File tree

1 file changed

+7
-0
lines changed

1 file changed

+7
-0
lines changed

include/seccomp-syscalls.h

Lines changed: 7 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -284,6 +284,7 @@
284284
#define __PNR_clock_nanosleep -10250
285285
#define __PNR_gettimeofday -10251
286286
#define __PNR_fcntl -10252
287+
#define __PNR_quotactl_path -10253
287288

288289
/*
289290
* libseccomp syscall definitions
@@ -1569,6 +1570,12 @@
15691570
#define __SNR_riscv_flush_icache __PNR_riscv_flush_icache
15701571
#endif
15711572

1573+
#ifdef __NR_quotactl_path
1574+
#define __SNR_quotactl_path __NR_quotactl_path
1575+
#else
1576+
#define __SNR_quotactl_path __PNR_quotactl_path
1577+
#endif
1578+
15721579
#ifdef __NR_rmdir
15731580
#define __SNR_rmdir __NR_rmdir
15741581
#else

0 commit comments

Comments
 (0)