aboutsummaryrefslogtreecommitdiffstats
path: root/executor/syscalls.h
diff options
context:
space:
mode:
authorMark Johnston <markjdb@gmail.com>2020-03-26 12:39:48 -0400
committerDmitry Vyukov <dvyukov@google.com>2020-03-27 05:51:58 +0100
commit892d1075a43d31669bdcb6e86b604485c7b9bd6e (patch)
tree9d486959145f594cfd262f0647bc9efa059270ec /executor/syscalls.h
parent7c5dc2298f7195275c5d72c62efd16afc737588c (diff)
sys/freebsd: add lchmod(2)
Diffstat (limited to 'executor/syscalls.h')
-rw-r--r--executor/syscalls.h2
1 files changed, 2 insertions, 0 deletions
diff --git a/executor/syscalls.h b/executor/syscalls.h
index 12d3cf07d..d4e0cf880 100644
--- a/executor/syscalls.h
+++ b/executor/syscalls.h
@@ -482,6 +482,7 @@ const call_t syscalls[] = {
{"ioctl$DIOCXBEGIN", 54},
{"ioctl$DIOCXCOMMIT", 54},
{"ioctl$DIOCXROLLBACK", 54},
+ {"lchmod", 274},
{"lchown", 254},
{"link", 9},
{"linkat", 495},
@@ -987,6 +988,7 @@ const call_t syscalls[] = {
{"ioctl$DIOCXBEGIN", 54},
{"ioctl$DIOCXCOMMIT", 54},
{"ioctl$DIOCXROLLBACK", 54},
+ {"lchmod", 274},
{"lchown", 254},
{"link", 9},
{"linkat", 495},