Ignore:
File:
1 edited

Legend:

Unmodified
Added
Removed
  • uspace/lib/c/include/thread.h

    r9a426d1f r47b7006  
    3838#include <libarch/thread.h>
    3939#include <sys/types.h>
    40 #include <abi/proc/thread.h>
     40
     41typedef uint64_t thread_id_t;
    4142
    4243extern int thread_create(void (*)(void *), void *, const char *, thread_id_t *);
Note: See TracChangeset for help on using the changeset viewer.