summaryrefslogtreecommitdiff
path: root/sysdeps/nptl/_Fork.c
diff options
context:
space:
mode:
Diffstat (limited to 'sysdeps/nptl/_Fork.c')
-rw-r--r--sysdeps/nptl/_Fork.c2
1 files changed, 0 insertions, 2 deletions
diff --git a/sysdeps/nptl/_Fork.c b/sysdeps/nptl/_Fork.c
index 7dc02569f6..dd568992e2 100644
--- a/sysdeps/nptl/_Fork.c
+++ b/sysdeps/nptl/_Fork.c
@@ -43,8 +43,6 @@ _Fork (void)
self->robust_head.list = &self->robust_head;
INTERNAL_SYSCALL_CALL (set_robust_list, &self->robust_head,
sizeof (struct robust_list_head));
-
- call_function_static_weak (__arc4random_fork_subprocess);
}
return pid;
}