From 90ab6923775b2e011f434c92361bc5aabb4ce980 Mon Sep 17 00:00:00 2001 From: Kimplul Date: Sun, 13 Nov 2022 00:09:21 +0200 Subject: write init more sensibly + Both easier to look at and now the userspace doesn't play as big of a role in the 'benchmarking' with optimizations turned on. --- include/apos/uapi.h | 1 + 1 file changed, 1 insertion(+) (limited to 'include/apos') diff --git a/include/apos/uapi.h b/include/apos/uapi.h index 83de7eb..fea82e4 100644 --- a/include/apos/uapi.h +++ b/include/apos/uapi.h @@ -30,6 +30,7 @@ typedef long sys_arg_t; * Return structure of syscall. * \note Field names are generic, and can be used for whatever, * check documentation of whatever you're doing. + * @todo should this be placed into syscalls.h? */ struct sys_ret { /** Status. */ -- cgit v1.3