Ignore:
File:
1 edited

Legend:

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

    ra000878c r8e33e1d  
    8686 * @return Zero on success or a code from @ref errno.h on failure.
    8787 */
    88 int thread_create(void (* function)(void *), void *arg, const char *name,
     88int thread_create(void (* function)(void *), void *arg, char *name,
    8989    thread_id_t *tid)
    9090{
Note: See TracChangeset for help on using the changeset viewer.