Changes in uspace/app/trace/syscalls.c [8820544:c32b6f0] in mainline
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
uspace/app/trace/syscalls.c
r8820544 rc32b6f0 39 39 const sc_desc_t syscall_desc[] = { 40 40 [SYS_KIO] ={ "kio", 3, V_INT_ERRNO }, 41 [SYS_TLS_SET] = { "tls_set", 1, V_ERRNO },42 41 43 42 [SYS_THREAD_CREATE] = { "thread_create", 3, V_ERRNO }, … … 50 49 [SYS_FUTEX_WAKEUP] = { "futex_wakeup", 1, V_ERRNO }, 51 50 52 [SYS_AS_AREA_CREATE] = { "as_area_create", 3, V_ERRNO },51 [SYS_AS_AREA_CREATE] = { "as_area_create", 5, V_ERRNO }, 53 52 [SYS_AS_AREA_RESIZE] = { "as_area_resize", 3, V_ERRNO }, 54 53 [SYS_AS_AREA_DESTROY] = { "as_area_destroy", 1, V_ERRNO },
Note:
See TracChangeset
for help on using the changeset viewer.