aboutsummaryrefslogtreecommitdiffstats
path: root/executor/syscalls.h
diff options
context:
space:
mode:
authorAyushi Sharma <35501599+ais2397@users.noreply.github.com>2020-04-21 16:52:03 +0530
committerGitHub <noreply@github.com>2020-04-21 13:22:03 +0200
commit2e44d63e401ead7d7928c95a30d243b2de1a243b (patch)
treec93e0919c37cbe9a618a34b27413de54ae3d0d17 /executor/syscalls.h
parentf20434a845bbb072edf211dd1a93b07a81bbbd7c (diff)
sys/netbsd: add lchmod(2) (#1687)
Diffstat (limited to 'executor/syscalls.h')
-rw-r--r--executor/syscalls.h1
1 files changed, 1 insertions, 0 deletions
diff --git a/executor/syscalls.h b/executor/syscalls.h
index 9ace3d237..d929d9ccf 100644
--- a/executor/syscalls.h
+++ b/executor/syscalls.h
@@ -21981,6 +21981,7 @@ const call_t syscalls[] = {
{"getsockopt$sock_timeval", 118},
{"getuid", 24},
{"lchflags", 304},
+ {"lchmod", 274},
{"lchown", 275},
{"link", 9},
{"linkat", 457},