diff options
Diffstat (limited to 'executor/syscalls.h')
| -rw-r--r-- | executor/syscalls.h | 2 |
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}, |
