aboutsummaryrefslogtreecommitdiffstats
path: root/executor/syscalls.h
diff options
context:
space:
mode:
authorAnton Lindqvist <anton@basename.se>2019-03-18 08:15:27 +0100
committerDmitry Vyukov <dvyukov@google.com>2019-03-18 08:52:35 +0100
commit4656becafbd6c9a181ee8516f6b2a26103668273 (patch)
tree5b2281ac027affdae33a4c50ff9ae85229ac8ce7 /executor/syscalls.h
parent0d081107beadbdcb65578a5f52d1bac0103cc963 (diff)
sys/openbsd: add chflags descriptions
Diffstat (limited to 'executor/syscalls.h')
-rw-r--r--executor/syscalls.h3
1 files changed, 3 insertions, 0 deletions
diff --git a/executor/syscalls.h b/executor/syscalls.h
index cf86e0db3..9f246f470 100644
--- a/executor/syscalls.h
+++ b/executor/syscalls.h
@@ -14470,6 +14470,8 @@ const call_t syscalls[] = {
{"bind$inet6", 104},
{"bind$unix", 104},
{"chdir", 12},
+ {"chflags", 34},
+ {"chflagsat", 107},
{"chmod", 15},
{"chown", 16},
{"chroot", 61},
@@ -14486,6 +14488,7 @@ const call_t syscalls[] = {
{"execve", 59},
{"faccessat", 313},
{"fchdir", 13},
+ {"fchflags", 35},
{"fchmod", 124},
{"fchmodat", 314},
{"fchown", 123},