mirror of
https://github.com/drasko/codezero.git
synced 2026-01-25 01:03:16 +01:00
Changes towards exit. Need to fix thread suspend first.
This commit is contained in:
@@ -151,7 +151,7 @@ int pager_notify_fork(struct tcb *sender, l4id_t parid,
|
||||
id_pool_copy(child->fdpool, parent->fdpool, TASK_FILES_MAX);
|
||||
memcpy(child->fd, parent->fd, TASK_FILES_MAX * sizeof(int));
|
||||
|
||||
printf("%s/%s: Exiting...\n", __TASKNAME__, __FUNCTION__);
|
||||
// printf("%s/%s: Exiting...\n", __TASKNAME__, __FUNCTION__);
|
||||
return 0;
|
||||
}
|
||||
|
||||
|
||||
Reference in New Issue
Block a user