aboutsummaryrefslogtreecommitdiff
path: root/include/apos/syscalls.h
diff options
context:
space:
mode:
authorKimplul <kimi.h.kuparinen@gmail.com>2022-10-22 14:38:52 +0300
committerKimplul <kimi.h.kuparinen@gmail.com>2022-10-22 14:38:52 +0300
commit22eeabc6c63e220d628417ea525c8838f3fae913 (patch)
tree6dde5f5bf5e671c11ed64cbcacf9245bfe900d2f /include/apos/syscalls.h
parentdd7c04a39bd88da8e381bb88078c41b049a6665c (diff)
downloadkmi-22eeabc6c63e220d628417ea525c8838f3fae913.tar.gz
kmi-22eeabc6c63e220d628417ea525c8838f3fae913.zip
initial high level fork imp
Diffstat (limited to 'include/apos/syscalls.h')
-rw-r--r--include/apos/syscalls.h3
1 files changed, 0 insertions, 3 deletions
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. */