From 87abd520f8d5796334f10c62e1ae1af621284694 Mon Sep 17 00:00:00 2001 From: Mark Johnston Date: Thu, 26 Mar 2020 15:21:27 -0400 Subject: sys/freebsd: add bindat(2) --- executor/syscalls.h | 4 ++++ 1 file changed, 4 insertions(+) (limited to 'executor/syscalls.h') diff --git a/executor/syscalls.h b/executor/syscalls.h index 130d42ac6..ced2bbee3 100644 --- a/executor/syscalls.h +++ b/executor/syscalls.h @@ -252,6 +252,8 @@ const call_t syscalls[] = { {"bind$inet", 104}, {"bind$inet6", 104}, {"bind$unix", 104}, + {"bindat", 538}, + {"bindat$unix", 538}, {"chdir", 12}, {"chflags", 34}, {"chflagsat", 540}, @@ -770,6 +772,8 @@ const call_t syscalls[] = { {"bind$inet", 104}, {"bind$inet6", 104}, {"bind$unix", 104}, + {"bindat", 538}, + {"bindat$unix", 538}, {"chdir", 12}, {"chflags", 34}, {"chflagsat", 540}, -- cgit mrf-deployment