Give the runtime loader a chance to reinit its semaphore after fork().

git-svn-id: file:///srv/svn/repos/haiku/haiku/trunk@21886 a95241bf-73f2-0310-859d-f6bbb57e9c96
This commit is contained in:
Ingo Weinhold
2007-08-11 00:14:26 +00:00
parent 6981ec9f0a
commit 1873b4b37e
5 changed files with 21 additions and 2 deletions
+2
View File
@@ -39,6 +39,8 @@ struct rld_export {
status_t (*get_next_image_dependency)(image_id id, uint32 *cookie,
const char **_name);
status_t (*reinit_after_fork)();
const struct user_space_program_args *program_args;
};