From 5fb1af3ab12880331fb1e2150aa23b1278e60ddd Mon Sep 17 00:00:00 2001 From: Kimplul Date: Thu, 5 May 2022 23:19:42 +0300 Subject: riscv64 boots with clang (sort of) --- 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 6f9e312..b8553bc 100644 --- a/include/apos/syscalls.h +++ b/include/apos/syscalls.h @@ -15,6 +15,7 @@ enum { SYS_FREE_MEM, /* free memory */ /* timers */ + SYS_TIMEBASE, SYS_REQ_REL_TIMER, SYS_REQ_ABS_TIMER, SYS_FREE_TIMER, @@ -32,7 +33,6 @@ enum { SYS_EXEC, /* execute new binary in process space */ SYS_SIGNAL, /* send signal to process (kill etc.) */ SYS_SWITCH, /* switch running process */ - SYS_SYNC, /* used by init process to synchronize running processes, maybe not used */ /* kernel management */ SYS_CONF, /* config system parameters (stack size etc.) */ -- cgit v1.3