Skip to content

Commit bc87784

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

2 files changed

Lines changed: 485 additions & 474 deletions

File tree

include/seccomp-syscalls.h

Lines changed: 7 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -276,6 +276,7 @@
276276
#define __PNR_renameat -10242
277277
#define __PNR_riscv_flush_icache -10243
278278
#define __PNR_fstat -10244
279+
#define __PNR_quotactl_path -10245
279280

280281
/*
281282
* libseccomp syscall definitions
@@ -1521,6 +1522,12 @@
15211522
#define __SNR_riscv_flush_icache __PNR_riscv_flush_icache
15221523
#endif
15231524

1525+
#ifdef __NR_quotactl_path
1526+
#define __SNR_quotactl_path __NR_quotactl_path
1527+
#else
1528+
#define __SNR_quotactl_path __PNR_quotactl_path
1529+
#endif
1530+
15241531
#ifdef __NR_rmdir
15251532
#define __SNR_rmdir __NR_rmdir
15261533
#else

0 commit comments

Comments
 (0)