Changes towards exit. Need to fix thread suspend first.

This commit is contained in:
Bahadir Balban
2008-09-27 22:15:34 +03:00
parent 6b11d3cf02
commit c54d505709
9 changed files with 21 additions and 6 deletions

View File

@@ -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;
}