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

@@ -7,4 +7,6 @@
#include <l4lib/types.h>
#include <l4lib/arch/utcb.h>
int utcb_init(void);
#endif /* __UTCB_H__ */