Changeset 0b5203b in mainline for uspace/app/trace/syscalls.c
- Timestamp:
- 2018-11-11T15:47:39Z (6 years ago)
- Branches:
- lfn, master, serial, ticket/834-toolchain-update, topic/msim-upgrade, topic/simplify-dev-export
- Children:
- 8a18d5b
- Parents:
- 9e889f6
- git-author:
- Jakub Jermar <jakub@…> (2018-11-10 15:05:04)
- git-committer:
- Jakub Jermar <jakub@…> (2018-11-11 15:47:39)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
uspace/app/trace/syscalls.c
r9e889f6 r0b5203b 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 },50 48 51 49 [SYS_AS_AREA_CREATE] = { "as_area_create", 5, V_ERRNO },
Note:
See TracChangeset
for help on using the changeset viewer.