diff options
| author | Mark Johnston <markjdb@gmail.com> | 2020-03-26 12:44:32 -0400 |
|---|---|---|
| committer | Dmitry Vyukov <dvyukov@google.com> | 2020-03-27 05:51:58 +0100 |
| commit | 7a683c4c28336d4babb30c16a79c9ddc35fa7fa4 (patch) | |
| tree | 2b2d4f16e02e8f7ea2684df2a689f0a6a7d43e38 /executor/syscalls.h | |
| parent | 892d1075a43d31669bdcb6e86b604485c7b9bd6e (diff) | |
sys/freebsd: add chflags(2) and related syscalls
Diffstat (limited to 'executor/syscalls.h')
| -rw-r--r-- | executor/syscalls.h | 8 |
1 files changed, 8 insertions, 0 deletions
diff --git a/executor/syscalls.h b/executor/syscalls.h index d4e0cf880..aa3f54183 100644 --- a/executor/syscalls.h +++ b/executor/syscalls.h @@ -253,6 +253,8 @@ const call_t syscalls[] = { {"bind$inet6", 104}, {"bind$unix", 104}, {"chdir", 12}, + {"chflags", 34}, + {"chflagsat", 540}, {"chmod", 15}, {"chown", 16}, {"chroot", 61}, @@ -272,6 +274,7 @@ const call_t syscalls[] = { {"exit", 1}, {"faccessat", 489}, {"fchdir", 13}, + {"fchflags", 35}, {"fchmod", 124}, {"fchmodat", 490}, {"fchown", 123}, @@ -482,6 +485,7 @@ const call_t syscalls[] = { {"ioctl$DIOCXBEGIN", 54}, {"ioctl$DIOCXCOMMIT", 54}, {"ioctl$DIOCXROLLBACK", 54}, + {"lchflags", 391}, {"lchmod", 274}, {"lchown", 254}, {"link", 9}, @@ -759,6 +763,8 @@ const call_t syscalls[] = { {"bind$inet6", 104}, {"bind$unix", 104}, {"chdir", 12}, + {"chflags", 34}, + {"chflagsat", 540}, {"chmod", 15}, {"chown", 16}, {"chroot", 61}, @@ -778,6 +784,7 @@ const call_t syscalls[] = { {"exit", 1}, {"faccessat", 489}, {"fchdir", 13}, + {"fchflags", 35}, {"fchmod", 124}, {"fchmodat", 490}, {"fchown", 123}, @@ -988,6 +995,7 @@ const call_t syscalls[] = { {"ioctl$DIOCXBEGIN", 54}, {"ioctl$DIOCXCOMMIT", 54}, {"ioctl$DIOCXROLLBACK", 54}, + {"lchflags", 391}, {"lchmod", 274}, {"lchown", 254}, {"link", 9}, |
