diff options
| author | Ayushi Sharma <35501599+ais2397@users.noreply.github.com> | 2020-04-04 03:37:51 +0530 |
|---|---|---|
| committer | GitHub <noreply@github.com> | 2020-04-04 00:07:51 +0200 |
| commit | d9ed075d1a287f63cfa1dc84cbf609e624b26bc7 (patch) | |
| tree | d0757db442d0d4f7bc3540e849358524a2dd6883 /executor/syscalls.h | |
| parent | ef26b61025bac4c6bb1a0ef7eccc45f43f84c841 (diff) | |
sys/netbsd: adding chflags(2) syscalls (#1661)
Diffstat (limited to 'executor/syscalls.h')
| -rw-r--r-- | executor/syscalls.h | 3 |
1 files changed, 3 insertions, 0 deletions
diff --git a/executor/syscalls.h b/executor/syscalls.h index 32d999303..09390288d 100644 --- a/executor/syscalls.h +++ b/executor/syscalls.h @@ -21911,6 +21911,7 @@ const call_t syscalls[] = { {"bind$inet6", 104}, {"bind$unix", 104}, {"chdir", 12}, + {"chflags", 34}, {"chmod", 15}, {"chown", 16}, {"chroot", 61}, @@ -21931,6 +21932,7 @@ const call_t syscalls[] = { {"exit", 1}, {"faccessat", 462}, {"fchdir", 13}, + {"fchflags", 35}, {"fchmod", 124}, {"fchmodat", 463}, {"fchown", 123}, @@ -21976,6 +21978,7 @@ const call_t syscalls[] = { {"getsockopt$sock_linger", 118}, {"getsockopt$sock_timeval", 118}, {"getuid", 24}, + {"lchflags", 304}, {"lchown", 275}, {"link", 9}, {"linkat", 457}, |
