Changes in uspace/app/trace/syscalls.c [ef0a3375:f35749e] in mainline
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
uspace/app/trace/syscalls.c
ref0a3375 rf35749e 1 1 /* 2 * Copyright (c) 20 08Jiri Svoboda2 * Copyright (c) 2025 Jiri Svoboda 3 3 * All rights reserved. 4 4 * … … 40 40 /* System management syscalls. */ 41 41 [SYS_KIO] = { "kio", 3, V_INT_ERRNO }, 42 [SYS_REBOOT] = { "reboot", 0, V_ERRNO }, 42 43 43 44 /* Thread and task related syscalls. */
Note:
See TracChangeset
for help on using the changeset viewer.