Skip to content

Commit d59e03b

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

1 file changed

Lines changed: 7 additions & 0 deletions

File tree

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
@@ -1557,6 +1558,12 @@
15571558
#define __SNR_riscv_flush_icache __PNR_riscv_flush_icache
15581559
#endif
15591560

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+
15601567
#ifdef __NR_rmdir
15611568
#define __SNR_rmdir __NR_rmdir
15621569
#else

0 commit comments

Comments
 (0)