Changes in uspace/app/trace/syscalls.c [f35749e:ef0a3375] in mainline
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
uspace/app/trace/syscalls.c
rf35749e ref0a3375 1 1 /* 2 * Copyright (c) 20 25Jiri Svoboda2 * Copyright (c) 2008 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 },43 42 44 43 /* Thread and task related syscalls. */
Note:
See TracChangeset
for help on using the changeset viewer.