diff options
| author | Kimplul <kimi.h.kuparinen@gmail.com> | 2022-11-13 00:09:21 +0200 |
|---|---|---|
| committer | Kimplul <kimi.h.kuparinen@gmail.com> | 2022-11-13 00:09:21 +0200 |
| commit | 90ab6923775b2e011f434c92361bc5aabb4ce980 (patch) | |
| tree | 6b69fee3db9fdc04c7446f932a4b7db832843e25 /include | |
| parent | 845cf97e1faee613e3e73900f5f93bfcedc831f1 (diff) | |
| download | kmi-90ab6923775b2e011f434c92361bc5aabb4ce980.tar.gz kmi-90ab6923775b2e011f434c92361bc5aabb4ce980.zip | |
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.
Diffstat (limited to 'include')
| -rw-r--r-- | include/apos/uapi.h | 1 |
1 files changed, 1 insertions, 0 deletions
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. */ |
