Changeset e39d7b8 in mainline for kernel/generic/src/main/uinit.c
- Timestamp:
- 2019-06-17T15:12:44Z (6 years ago)
- Children:
- 64b7854
- Parents:
- ef705e14
- git-author:
- Jiří Zárevúcky <zarevucky.jiri@…> (2019-06-16 17:59:34)
- git-committer:
- Jiří Zárevúcky <zarevucky.jiri@…> (2019-06-17 15:12:44)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
kernel/generic/src/main/uinit.c
ref705e14 re39d7b8 70 70 #endif 71 71 72 uspace_arg_t *uarg = (uspace_arg_t *)arg;72 uspace_arg_t *uarg = arg; 73 73 uspace_arg_t local_uarg; 74 74 … … 77 77 local_uarg.uspace_stack_size = uarg->uspace_stack_size; 78 78 local_uarg.uspace_uarg = uarg->uspace_uarg; 79 local_uarg.uspace_thread_function = NULL;80 local_uarg.uspace_thread_arg = NULL;79 local_uarg.uspace_thread_function = USPACE_NULL; 80 local_uarg.uspace_thread_arg = USPACE_NULL; 81 81 82 82 free(uarg);
Note:
See TracChangeset
for help on using the changeset viewer.