From d9ed075d1a287f63cfa1dc84cbf609e624b26bc7 Mon Sep 17 00:00:00 2001 From: Ayushi Sharma <35501599+ais2397@users.noreply.github.com> Date: Sat, 4 Apr 2020 03:37:51 +0530 Subject: sys/netbsd: adding chflags(2) syscalls (#1661) --- executor/syscalls.h | 3 +++ 1 file changed, 3 insertions(+) (limited to 'executor/syscalls.h') 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}, -- cgit mrf-deployment