Ignore:
File:
1 edited

Legend:

Unmodified
Added
Removed
  • uspace/lib/c/generic/thread.c

    rd5c1051 r582a0b8  
    132132        uarg->uspace_uarg = uarg;
    133133       
    134         int rc = (int) __SYSCALL4(SYS_THREAD_CREATE, (sysarg_t) uarg,
     134        int rc = __SYSCALL4(SYS_THREAD_CREATE, (sysarg_t) uarg,
    135135            (sysarg_t) name, (sysarg_t) str_size(name), (sysarg_t) tid);
    136136       
Note: See TracChangeset for help on using the changeset viewer.