From 22eeabc6c63e220d628417ea525c8838f3fae913 Mon Sep 17 00:00:00 2001 From: Kimplul Date: Sat, 22 Oct 2022 14:38:52 +0300 Subject: initial high level fork imp --- include/apos/syscalls.h | 3 --- 1 file changed, 3 deletions(-) (limited to 'include/apos/syscalls.h') diff --git a/include/apos/syscalls.h b/include/apos/syscalls.h index a5b7e18..dd383c8 100644 --- a/include/apos/syscalls.h +++ b/include/apos/syscalls.h @@ -104,9 +104,6 @@ enum { /** Switch running process. */ SYS_SWAP, - /** Assign thread to cpu. */ - SYS_ASSIGN, - /** @} */ /** @name Kernel management. */ -- cgit v1.3