mirror of
https://github.com/drasko/codezero.git
synced 2026-02-28 01:33:13 +01:00
Fix to parent return value
This commit is contained in:
@@ -156,7 +156,7 @@ int do_fork(struct tcb *parent)
|
|||||||
l4_thread_control(THREAD_RUN, ids);
|
l4_thread_control(THREAD_RUN, ids);
|
||||||
|
|
||||||
/* Return back to parent */
|
/* Return back to parent */
|
||||||
l4_ipc_return(0);
|
l4_ipc_return(child->tid);
|
||||||
|
|
||||||
return 0;
|
return 0;
|
||||||
}
|
}
|
||||||
|
|||||||
Reference in New Issue
Block a user