Changeset d5b37b6 in mainline for uspace/app/trace/syscalls.c
- Timestamp:
- 2025-04-17T15:14:03Z (5 days ago)
- Branches:
- master
- Children:
- 690ad20
- Parents:
- 571cc2d
- git-author:
- Jiří Zárevúcky <zarevucky.jiri@…> (2025-04-11 17:35:09)
- git-committer:
- Jiří Zárevúcky <zarevucky.jiri@…> (2025-04-17 15:14:03)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
uspace/app/trace/syscalls.c
r571cc2d rd5b37b6 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.