Skip to content

Commit

Permalink
syscalls: Add quotactl_path
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 Dec 8, 2021
1 parent a2803e2 commit 5c8615d
Showing 1 changed file with 7 additions and 0 deletions.
7 changes: 7 additions & 0 deletions include/seccomp-syscalls.h
Original file line number Diff line number Diff line change
Expand Up @@ -284,6 +284,7 @@
#define __PNR_clock_nanosleep -10250
#define __PNR_gettimeofday -10251
#define __PNR_fcntl -10252
#define __PNR_quotactl_path -10253

/*
* libseccomp syscall definitions
Expand Down Expand Up @@ -1569,6 +1570,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

0 comments on commit 5c8615d

Please sign in to comment.