Changeset 2c2295ab in mainline for uspace/lib/libc/include/thread.h
- Timestamp:
- 2007-10-28T21:03:02Z (17 years ago)
- Branches:
- lfn, master, serial, ticket/834-toolchain-update, topic/msim-upgrade, topic/simplify-dev-export
- Children:
- 8ecba18b
- Parents:
- 941cc8b
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
uspace/lib/libc/include/thread.h
r941cc8b r2c2295ab 42 42 typedef uint64_t thread_id_t; 43 43 44 extern char _tls_alignment; 45 44 46 extern void __thread_entry(void); 45 47 extern void __thread_main(uspace_arg_t *uarg);
Note:
See TracChangeset
for help on using the changeset viewer.