aboutsummaryrefslogtreecommitdiffstats
path: root/executor/syscalls.h
diff options
context:
space:
mode:
authorAyushi Sharma <35501599+ais2397@users.noreply.github.com>2020-03-31 17:44:00 +0530
committerGitHub <noreply@github.com>2020-03-31 14:14:00 +0200
commit46105100bf516b6a622bbbfc3018b17a4ab3c6df (patch)
treeb7a1316913c04f16736813d60800e360faba49f3 /executor/syscalls.h
parentc8d1cc20df5ca5d9ea437054720fa3cfdfa1f578 (diff)
sys/netbsd: adding lwp syscalls (#1654)
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 a8fdbe0f8..32d999303 100644
--- a/executor/syscalls.h
+++ b/executor/syscalls.h
@@ -21920,6 +21920,7 @@ const call_t syscalls[] = {
{"clock_settime", 428},
{"close", 6},
{"compat_50__lwp_park", 320},
+ {"compat_60__lwp_park", 434},
{"connect", 98},
{"connect$inet", 98},
{"connect$inet6", 98},