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 b6306b11c..12d3cf07d 100644 --- a/executor/syscalls.h +++ b/executor/syscalls.h @@ -265,6 +265,7 @@ const call_t syscalls[] = { {"connect$inet", 98}, {"connect$inet6", 98}, {"connect$unix", 98}, + {"copy_file_range", 569}, {"dup", 41}, {"dup2", 90}, {"execve", 59}, @@ -769,6 +770,7 @@ const call_t syscalls[] = { {"connect$inet", 98}, {"connect$inet6", 98}, {"connect$unix", 98}, + {"copy_file_range", 569}, {"dup", 41}, {"dup2", 90}, {"execve", 59}, |
