Changeset 626 for trunk/kernel/syscalls/sys_wait.c
- Timestamp:
- Apr 29, 2019, 7:25:09 PM (6 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/kernel/syscalls/sys_wait.c
r625 r626 154 154 #endif 155 155 // return child termination state to parent process 156 hal_copy_to_uspace( status , &child_state , sizeof(int) ); 156 hal_copy_to_uspace( local_cxy, 157 &child_state, 158 status, 159 sizeof(int) ); 157 160 return child_pid; 158 161 }
Note: See TracChangeset
for help on using the changeset viewer.