aboutsummaryrefslogtreecommitdiffstats
path: root/executor/syscalls.h
diff options
context:
space:
mode:
authorR3x <siddharth.muralee@gmail.com>2019-07-06 14:01:06 +0000
committerDmitry Vyukov <dvyukov@google.com>2019-12-05 10:06:13 +0100
commite06d2ea701a5532381cde7609c521649f0f01018 (patch)
treecf340266c7213a10245857cfe5c5b5072693b6e7 /executor/syscalls.h
parentb20883285d2350f5694399287b7f03478a3036c6 (diff)
sys/netbsd: Added posix_spawn and fork syscalls
Diffstat (limited to 'executor/syscalls.h')
-rw-r--r--executor/syscalls.h3
1 files changed, 3 insertions, 0 deletions
diff --git a/executor/syscalls.h b/executor/syscalls.h
index 05580e4e1..a4245cc13 100644
--- a/executor/syscalls.h
+++ b/executor/syscalls.h
@@ -17120,6 +17120,7 @@ const call_t syscalls[] = {
{"fcntl$setstatus", 92},
{"fdatasync", 241},
{"flock", 131},
+ {"fork", 2},
{"fsync", 95},
{"ftruncate", 201},
{"getdents", 390},
@@ -17185,6 +17186,7 @@ const call_t syscalls[] = {
{"pipe", 42},
{"pipe2", 453},
{"poll", 209},
+ {"posix_spawn", 474},
{"pread", 173},
{"preadv", 289},
{"ptrace", 26},
@@ -17270,6 +17272,7 @@ const call_t syscalls[] = {
{"unlinkat", 471},
{"utimensat", 467},
{"utimes", 420},
+ {"vfork", 66},
{"wait4", 449},
{"write", 4},
{"writev", 121},