mirror of
https://github.com/drasko/codezero.git
synced 2026-01-12 02:43:15 +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);
|
||||
|
||||
/* Return back to parent */
|
||||
l4_ipc_return(0);
|
||||
l4_ipc_return(child->tid);
|
||||
|
||||
return 0;
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user