mirror of
https://github.com/drasko/codezero.git
synced 2026-02-28 09:43:14 +01:00
Added child utcb initialisation to fork call implementation in libposix.
This commit is contained in:
@@ -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)
|
||||
{
|
||||
|
||||
Reference in New Issue
Block a user