Skip to content

Commit ee4aba3

Browse files
committed
Regenerate syscall cvs file from 5.13-rc5 kernel
Signed-off-by: Khem Raj <raj.khem@gmail.com>
1 parent 6d127a0 commit ee4aba3

File tree

2 files changed

+485
-474
lines changed

2 files changed

+485
-474
lines changed

include/seccomp-syscalls.h

Lines changed: 7 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -282,6 +282,7 @@
282282
#define __PNR_clock_gettime -10248
283283
#define __PNR_clock_nanosleep -10249
284284
#define __PNR_gettimeofday -10250
285+
#define __PNR_quotactl_path -10251
285286

286287
/*
287288
* libseccomp syscall definitions
@@ -1547,6 +1548,12 @@
15471548
#define __SNR_riscv_flush_icache __PNR_riscv_flush_icache
15481549
#endif
15491550

1551+
#ifdef __NR_quotactl_path
1552+
#define __SNR_quotactl_path __NR_quotactl_path
1553+
#else
1554+
#define __SNR_quotactl_path __PNR_quotactl_path
1555+
#endif
1556+
15501557
#ifdef __NR_rmdir
15511558
#define __SNR_rmdir __NR_rmdir
15521559
#else

0 commit comments

Comments
 (0)