aboutsummaryrefslogtreecommitdiffstats
path: root/executor/syscalls.h
diff options
context:
space:
mode:
authorDmitry Vyukov <dvyukov@google.com>2019-05-10 12:58:58 +0200
committerDmitry Vyukov <dvyukov@google.com>2019-05-10 13:13:46 +0200
commit0a05e35530c788ed648f72b24f2291e5ad33d53e (patch)
tree65f92bc17834a8807e382dd238759b590a1871cb /executor/syscalls.h
parent4af714615af57fb71736a9b63ea3ee0a601e9217 (diff)
sys/linux: add description of open_tree syscall
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 83cd160b9..81d63ec5c 100644
--- a/executor/syscalls.h
+++ b/executor/syscalls.h
@@ -3165,6 +3165,7 @@ const call_t syscalls[] = {
{"open", 5},
{"open$dir", 5},
{"open_by_handle_at", 342},
+ {"open_tree", 387},
{"openat", 295},
{"openat$apparmor_task_current", 295},
{"openat$apparmor_task_exec", 295},
@@ -5845,6 +5846,7 @@ const call_t syscalls[] = {
{"open", 2},
{"open$dir", 2},
{"open_by_handle_at", 304},
+ {"open_tree", 335},
{"openat", 257},
{"openat$apparmor_task_current", 257},
{"openat$apparmor_task_exec", 257},