From 0a05e35530c788ed648f72b24f2291e5ad33d53e Mon Sep 17 00:00:00 2001 From: Dmitry Vyukov Date: Fri, 10 May 2019 12:58:58 +0200 Subject: sys/linux: add description of open_tree syscall --- executor/syscalls.h | 2 ++ 1 file changed, 2 insertions(+) (limited to 'executor/syscalls.h') 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}, -- cgit mrf-deployment