Changes in uspace/lib/c/include/thread.h [9a426d1f:47b7006] in mainline
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
uspace/lib/c/include/thread.h
r9a426d1f r47b7006 38 38 #include <libarch/thread.h> 39 39 #include <sys/types.h> 40 #include <abi/proc/thread.h> 40 41 typedef uint64_t thread_id_t; 41 42 42 43 extern int thread_create(void (*)(void *), void *, const char *, thread_id_t *);
Note:
See TracChangeset
for help on using the changeset viewer.