Changeset af5dfa5b in mainline for uspace/lib/c/generic/thread.c
- Timestamp:
- 2012-12-04T17:59:59Z (13 years ago)
- Branches:
- lfn, master, serial, ticket/834-toolchain-update, topic/msim-upgrade, topic/simplify-dev-export
- Children:
- 7554e41
- Parents:
- 52d2603
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
uspace/lib/c/generic/thread.c
r52d2603 raf5dfa5b 122 122 } 123 123 124 /* Make heap thread safe. */ 125 malloc_enable_multithreaded(); 126 124 127 uarg->uspace_entry = (void *) FADDR(__thread_entry); 125 128 uarg->uspace_stack = stack;
Note:
See TracChangeset
for help on using the changeset viewer.