From 1a5248bb177242a34fd51efadb4af941853d5e35 Mon Sep 17 00:00:00 2001 From: Kimplul Date: Thu, 21 Apr 2022 19:38:45 +0300 Subject: use uint64_t for timer ticks + GCC seems to provide this even on 32bit platforms, though I should really check. --- include/apos/uapi.h | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) (limited to 'include/apos/uapi.h') diff --git a/include/apos/uapi.h b/include/apos/uapi.h index fb7dff7..18f086c 100644 --- a/include/apos/uapi.h +++ b/include/apos/uapi.h @@ -64,7 +64,8 @@ SYSCALL_DECLARE(req_sharedmem); SYSCALL_DECLARE(free_mem); /* timers */ -SYSCALL_DECLARE(req_timer); +SYSCALL_DECLARE(req_rel_timer); +SYSCALL_DECLARE(req_abs_timer); SYSCALL_DECLARE(free_timer); /* ipc */ -- cgit v1.3