Changeset 07be3c4 in mainline
- Timestamp:
- 2007-06-01T15:50:32Z (18 years ago)
- Branches:
- lfn, master, serial, ticket/834-toolchain-update, topic/msim-upgrade, topic/simplify-dev-export
- Children:
- cb4afd8b
- Parents:
- ea7890e7
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
kernel/generic/src/main/uinit.c
rea7890e7 r07be3c4 70 70 uarg.uspace_stack = ((uspace_arg_t *) arg)->uspace_stack; 71 71 uarg.uspace_uarg = ((uspace_arg_t *) arg)->uspace_uarg; 72 uarg.uspace_thread_function = NULL; uarg.uspace_thread_arg = NULL; 72 uarg.uspace_thread_function = NULL; 73 uarg.uspace_thread_arg = NULL; 73 74 74 75 free((uspace_arg_t *) arg);
Note:
See TracChangeset
for help on using the changeset viewer.