From 7c5dc2298f7195275c5d72c62efd16afc737588c Mon Sep 17 00:00:00 2001 From: Mark Johnston Date: Thu, 26 Mar 2020 12:38:13 -0400 Subject: sys/freebsd: add copy_file_range(2) --- 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 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}, -- cgit mrf-deployment