aboutsummaryrefslogtreecommitdiffstats
path: root/executor/syscalls.h
diff options
context:
space:
mode:
authorMark Johnston <markjdb@gmail.com>2020-03-26 12:38:13 -0400
committerDmitry Vyukov <dvyukov@google.com>2020-03-27 05:51:58 +0100
commit7c5dc2298f7195275c5d72c62efd16afc737588c (patch)
tree47138b14aaae5dde61d913bb2ffec98bc8fd89f2 /executor/syscalls.h
parent31f17aa979b1c1e3a2ec584ad3420985137f42c1 (diff)
sys/freebsd: add copy_file_range(2)
Diffstat (limited to 'executor/syscalls.h')
-rw-r--r--executor/syscalls.h2
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},