From 46105100bf516b6a622bbbfc3018b17a4ab3c6df Mon Sep 17 00:00:00 2001 From: Ayushi Sharma <35501599+ais2397@users.noreply.github.com> Date: Tue, 31 Mar 2020 17:44:00 +0530 Subject: sys/netbsd: adding lwp syscalls (#1654) --- 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 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}, -- cgit mrf-deployment