Skip to content

Commit 69a12c4

Browse files
committed
Regenerate syscall cvs file from 5.13-rc5 kernel
Signed-off-by: Khem Raj <[email protected]>
1 parent 49096f7 commit 69a12c4

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
@@ -280,6 +280,7 @@
280280
#define __PNR_nanosleep -10246
281281
#define __PNR_lseek -10247
282282
#define __PNR_clock_gettime -10248
283+
#define __PNR_quotactl_path -10249
283284

284285
/*
285286
* libseccomp syscall definitions
@@ -1537,6 +1538,12 @@
15371538
#define __SNR_riscv_flush_icache __PNR_riscv_flush_icache
15381539
#endif
15391540

1541+
#ifdef __NR_quotactl_path
1542+
#define __SNR_quotactl_path __NR_quotactl_path
1543+
#else
1544+
#define __SNR_quotactl_path __PNR_quotactl_path
1545+
#endif
1546+
15401547
#ifdef __NR_rmdir
15411548
#define __SNR_rmdir __NR_rmdir
15421549
#else

0 commit comments

Comments
 (0)