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 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},