Changeset 719a208 in mainline for uspace/app/trace/syscalls.c
- Timestamp:
- 2017-05-30T05:59:09Z (8 years ago)
- Branches:
- lfn, master, serial, ticket/834-toolchain-update, topic/msim-upgrade, topic/simplify-dev-export
- Children:
- f2460a50
- Parents:
- 456c086
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
uspace/app/trace/syscalls.c
r456c086 r719a208 68 68 [SYS_IPC_EVENT_UNMASK] = { "ipc_event_unmask", 1, V_ERRNO }, 69 69 70 [SYS_ CAP_GRANT] = { "cap_grant", 2, V_ERRNO },71 [SYS_ CAP_REVOKE] = { "cap_revoke",2, V_ERRNO },70 [SYS_PERM_GRANT] = { "perm_grant", 2, V_ERRNO }, 71 [SYS_PERM_REVOKE] = { "perm_revoke", 2, V_ERRNO }, 72 72 [SYS_PHYSMEM_MAP] = { "physmem_map", 4, V_ERRNO }, 73 73 [SYS_IOSPACE_ENABLE] = { "iospace_enable", 1, V_ERRNO },
Note:
See TracChangeset
for help on using the changeset viewer.