Skip to content

Commit a259b13

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

File tree

2 files changed

+485
-475
lines changed

2 files changed

+485
-475
lines changed

include/seccomp-syscalls.h

Lines changed: 7 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -275,7 +275,7 @@
275275
#define __PNR_ppoll -10241
276276
#define __PNR_renameat -10242
277277
#define __PNR_riscv_flush_icache -10243
278-
278+
#define __PNR_quotactl_path -10244
279279
/*
280280
* libseccomp syscall definitions
281281
*/
@@ -1520,6 +1520,12 @@
15201520
#define __SNR_riscv_flush_icache __PNR_riscv_flush_icache
15211521
#endif
15221522

1523+
#ifdef __NR_quotactl_path
1524+
#define __SNR_quotactl_path __NR_quotactl_path
1525+
#else
1526+
#define __SNR_quotactl_path __PNR_quotactl_path
1527+
#endif
1528+
15231529
#ifdef __NR_rmdir
15241530
#define __SNR_rmdir __NR_rmdir
15251531
#else

0 commit comments

Comments
 (0)