Changeset 116d3f6f in mainline for uspace/lib/libc/generic/thread.c
- Timestamp:
- 2007-10-03T06:55:56Z (17 years ago)
- Branches:
- lfn, master, serial, ticket/834-toolchain-update, topic/msim-upgrade, topic/simplify-dev-export
- Children:
- 18525c5
- Parents:
- 5b5d25f
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
uspace/lib/libc/generic/thread.c
r5b5d25f r116d3f6f 105 105 f = fibril_setup(); 106 106 __tcb_set(f->tcb); 107 107 108 108 uarg->uspace_thread_function(uarg->uspace_thread_arg); 109 109 /* XXX: we cannot free the userspace stack while running on it */
Note:
See TracChangeset
for help on using the changeset viewer.