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:
@@ -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;
|
||||
};
|
||||
|
||||
|
||||
Reference in New Issue
Block a user