Skip to content

Commit

Permalink
Regenerate syscall cvs file from 5.13-rc5 kernel
Browse files Browse the repository at this point in the history
Signed-off-by: Khem Raj <raj.khem@gmail.com>
  • Loading branch information
kraj committed Jun 9, 2021
1 parent 544feb3 commit a259b13
Show file tree
Hide file tree
Showing 2 changed files with 485 additions and 475 deletions.
8 changes: 7 additions & 1 deletion include/seccomp-syscalls.h
Original file line number Diff line number Diff line change
Expand Up @@ -275,7 +275,7 @@
#define __PNR_ppoll -10241
#define __PNR_renameat -10242
#define __PNR_riscv_flush_icache -10243

#define __PNR_quotactl_path -10244
/*
* libseccomp syscall definitions
*/
Expand Down Expand Up @@ -1520,6 +1520,12 @@
#define __SNR_riscv_flush_icache __PNR_riscv_flush_icache
#endif

#ifdef __NR_quotactl_path
#define __SNR_quotactl_path __NR_quotactl_path
#else
#define __SNR_quotactl_path __PNR_quotactl_path
#endif

#ifdef __NR_rmdir
#define __SNR_rmdir __NR_rmdir
#else
Expand Down
Loading

0 comments on commit a259b13

Please sign in to comment.