Changeset db51219f in mainline


Ignore:
Timestamp:
2018-07-17T11:24:59Z (6 years ago)
Author:
Martin Decky <martin@…>
Branches:
lfn, master, serial, ticket/834-toolchain-update, topic/msim-upgrade, topic/simplify-dev-export
Children:
4177e70
Parents:
38d8849
Message:

cstyle

File:
1 edited

Legend:

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

    r38d8849 rdb51219f  
    4444extern void __thread_main(uspace_arg_t *);
    4545
    46 extern errno_t thread_create(void (*)(void *), void *, const char *, thread_id_t *);
     46extern errno_t thread_create(void (*)(void *), void *, const char *,
     47    thread_id_t *);
    4748extern void thread_exit(int) __attribute__((noreturn));
    4849extern void thread_detach(thread_id_t);
Note: See TracChangeset for help on using the changeset viewer.