Changeset 0f250f9 in mainline for generic/src/main/uinit.c
- Timestamp:
- 2006-03-17T18:07:56Z (19 years ago)
- Branches:
- lfn, master, serial, ticket/834-toolchain-update, topic/msim-upgrade, topic/simplify-dev-export
- Children:
- 69f293e
- Parents:
- 6c6a19e6
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
generic/src/main/uinit.c
r6c6a19e6 r0f250f9 44 44 uarg.uspace_entry = ((uspace_arg_t *) arg)->uspace_entry; 45 45 uarg.uspace_stack = ((uspace_arg_t *) arg)->uspace_stack; 46 uarg.uspace_uarg = ((uspace_arg_t *) arg)->uspace_uarg; 47 uarg.uspace_thread_function = NULL; 48 uarg.uspace_thread_arg = NULL; 46 49 47 50 free((uspace_arg_t *) arg);
Note:
See TracChangeset
for help on using the changeset viewer.