Added child utcb initialisation to fork call implementation in libposix.

This commit is contained in:
Bahadir Balban
2008-08-22 00:26:19 +03:00
parent 1d15821acb
commit 1a90b655c7
3 changed files with 9 additions and 3 deletions

View File

@@ -75,7 +75,8 @@ static void *l4_utcb_page(void)
/*
* Initialises a non-pager task's shared memory utcb page
* using posix semantics.
* using posix semantics. Used during task initialisation
* and by child tasks after a fork.
*/
int utcb_init(void)
{