From a734d2a6d9c158d7c1419de72fc6caaa98d7f95b Mon Sep 17 00:00:00 2001 From: R3x Date: Mon, 8 Jul 2019 10:52:11 +0000 Subject: sys/netbsd: add the newer vfork syscall --- executor/syscalls.h | 1 + 1 file changed, 1 insertion(+) (limited to 'executor/syscalls.h') diff --git a/executor/syscalls.h b/executor/syscalls.h index a4245cc13..3a1b489ff 100644 --- a/executor/syscalls.h +++ b/executor/syscalls.h @@ -17062,6 +17062,7 @@ const call_t syscalls[] = { #if GOARCH_amd64 const call_t syscalls[] = { {"__clone", 287}, + {"__vfork14", 282}, {"_lwp_continue", 314}, {"_lwp_create", 309}, {"_lwp_ctl", 325}, -- cgit mrf-deployment