From 960330c5d843d1aa96aa191fc27f72da563293ea Mon Sep 17 00:00:00 2001 From: Kimplul Date: Mon, 23 May 2022 21:31:48 +0300 Subject: new include structure, make parse easier for doxy --- include/apos/syscalls.h | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'include/apos/syscalls.h') diff --git a/include/apos/syscalls.h b/include/apos/syscalls.h index e89d07a..e1513c4 100644 --- a/include/apos/syscalls.h +++ b/include/apos/syscalls.h @@ -40,7 +40,7 @@ enum { SYS_EXEC, /* execute new binary in process space */ SYS_KILL, /* kill thread */ SYS_SIGNAL, /* send signal to process (kill etc.) */ - SYS_SWAP /* switch running process */ + SYS_SWAP, /* switch running process */ /* kernel management */ SYS_CONF, /* config system parameters (stack size etc.) */ -- cgit v1.3