diff options
| author | Kimplul <kimi.h.kuparinen@gmail.com> | 2022-05-05 23:19:42 +0300 |
|---|---|---|
| committer | Kimplul <kimi.h.kuparinen@gmail.com> | 2022-05-05 23:19:42 +0300 |
| commit | 5fb1af3ab12880331fb1e2150aa23b1278e60ddd (patch) | |
| tree | 3e905ee027369f01611edbc1b1a1a00e9a30dc41 /include/apos/syscalls.h | |
| parent | 9273c16434316a8ab60dc78ee65a03e68031203a (diff) | |
| download | kmi-5fb1af3ab12880331fb1e2150aa23b1278e60ddd.tar.gz kmi-5fb1af3ab12880331fb1e2150aa23b1278e60ddd.zip | |
riscv64 boots with clang (sort of)
Diffstat (limited to 'include/apos/syscalls.h')
| -rw-r--r-- | include/apos/syscalls.h | 2 |
1 files changed, 1 insertions, 1 deletions
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.) */ |
