aboutsummaryrefslogtreecommitdiffstats
path: root/executor/syscalls.h
diff options
context:
space:
mode:
authorR3x <siddharth.muralee@gmail.com>2019-07-08 10:52:11 +0000
committerDmitry Vyukov <dvyukov@google.com>2019-12-05 10:06:13 +0100
commita734d2a6d9c158d7c1419de72fc6caaa98d7f95b (patch)
tree02e51a308f05b24f141d37449626fde8f9b237d7 /executor/syscalls.h
parente06d2ea701a5532381cde7609c521649f0f01018 (diff)
sys/netbsd: add the newer vfork syscall
Diffstat (limited to 'executor/syscalls.h')
-rw-r--r--executor/syscalls.h1
1 files changed, 1 insertions, 0 deletions
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},