aboutsummaryrefslogtreecommitdiff
path: root/include/apos/syscalls.h
diff options
context:
space:
mode:
Diffstat (limited to 'include/apos/syscalls.h')
-rw-r--r--include/apos/syscalls.h4
1 files changed, 1 insertions, 3 deletions
diff --git a/include/apos/syscalls.h b/include/apos/syscalls.h
index 4bbcdc5..229e17e 100644
--- a/include/apos/syscalls.h
+++ b/include/apos/syscalls.h
@@ -95,11 +95,9 @@ enum {
/** Kill thread. */
SYS_KILL,
- /** Send signal to thread. */
- SYS_SIGNAL,
-
/** Switch running process. */
SYS_SWAP,
+
/** @} */
/** @name Kernel management. */