diff options
Diffstat (limited to 'posix')
-rw-r--r-- | posix/fork.c | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/posix/fork.c b/posix/fork.c index 298765a..c2b476f 100644 --- a/posix/fork.c +++ b/posix/fork.c @@ -84,6 +84,8 @@ __libc_fork (void) fork_system_setup_after_fork (); + call_function_static_weak (__abort_fork_reset_child); + /* Release malloc locks. */ call_function_static_weak (__malloc_fork_unlock_child); |