diff options
| author | Mark Johnston <markjdb@gmail.com> | 2020-03-26 12:38:13 -0400 |
|---|---|---|
| committer | Dmitry Vyukov <dvyukov@google.com> | 2020-03-27 05:51:58 +0100 |
| commit | 7c5dc2298f7195275c5d72c62efd16afc737588c (patch) | |
| tree | 47138b14aaae5dde61d913bb2ffec98bc8fd89f2 /executor/syscalls.h | |
| parent | 31f17aa979b1c1e3a2ec584ad3420985137f42c1 (diff) | |
sys/freebsd: add copy_file_range(2)
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}, |
