Changeset c4cfe4c in mainline for uspace/app/trace/syscalls.c
- Timestamp:
- 2025-04-17T16:01:16Z (5 days ago)
- Branches:
- master
- Children:
- 888c06e
- Parents:
- 1db4e2ae (diff), 250a435 (diff)
Note: this is a merge changeset, the changes displayed below correspond to the merge itself.
Use the(diff)
links above to see all the changes relative to each parent. - git-author:
- Jiří Zárevúcky <zarevucky.jiri@…> (2025-04-17 15:51:11)
- git-committer:
- Jiří Zárevúcky <zarevucky.jiri@…> (2025-04-17 16:01:16)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
uspace/app/trace/syscalls.c
r1db4e2ae rc4cfe4c 115 115 [SYS_DEBUG_CONSOLE] = { "debug_console", 0, V_ERRNO }, 116 116 117 [SYS_KLOG] = { "klog", 5, V_ERRNO } 117 [SYS_KLOG] = { "klog", 5, V_ERRNO }, 118 [SYS_KIO_READ] = { "kio_read", 3, V_INTEGER }, 118 119 }; 119 120
Note:
See TracChangeset
for help on using the changeset viewer.