aboutsummaryrefslogtreecommitdiffstats
path: root/executor/syscalls.h
diff options
context:
space:
mode:
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},