Changes in uspace/app/trace/syscalls.c [0b5203b:904b1bc] in mainline
- File:
-
- 1 edited
-
uspace/app/trace/syscalls.c (modified) (1 diff)
Legend:
- Unmodified
- Added
- Removed
-
uspace/app/trace/syscalls.c
r0b5203b r904b1bc 46 46 [SYS_TASK_GET_ID] = { "task_get_id", 1, V_ERRNO }, 47 47 [SYS_TASK_SET_NAME] = { "task_set_name", 2, V_ERRNO }, 48 [SYS_FUTEX_SLEEP] = { "futex_sleep_timeout", 3, V_ERRNO }, 49 [SYS_FUTEX_WAKEUP] = { "futex_wakeup", 1, V_ERRNO }, 48 50 49 51 [SYS_AS_AREA_CREATE] = { "as_area_create", 5, V_ERRNO },
Note:
See TracChangeset
for help on using the changeset viewer.
