diff options
Diffstat (limited to 'executor/syscalls.h')
| -rw-r--r-- | executor/syscalls.h | 4 |
1 files changed, 4 insertions, 0 deletions
diff --git a/executor/syscalls.h b/executor/syscalls.h index 29e8ec8f0..e58566d53 100644 --- a/executor/syscalls.h +++ b/executor/syscalls.h @@ -267,6 +267,8 @@ const call_t syscalls[] = { {"connect$inet", 98}, {"connect$inet6", 98}, {"connect$unix", 98}, + {"connectat", 539}, + {"connectat$unix", 539}, {"copy_file_range", 569}, {"dup", 41}, {"dup2", 90}, @@ -779,6 +781,8 @@ const call_t syscalls[] = { {"connect$inet", 98}, {"connect$inet6", 98}, {"connect$unix", 98}, + {"connectat", 539}, + {"connectat$unix", 539}, {"copy_file_range", 569}, {"dup", 41}, {"dup2", 90}, |
