aboutsummaryrefslogtreecommitdiff
path: root/libc/bionic/fork.cpp
diff options
context:
space:
mode:
Diffstat (limited to 'libc/bionic/fork.cpp')
-rw-r--r--libc/bionic/fork.cpp1
1 files changed, 0 insertions, 1 deletions
diff --git a/libc/bionic/fork.cpp b/libc/bionic/fork.cpp
index c9a1ca839..a3fdcd2d5 100644
--- a/libc/bionic/fork.cpp
+++ b/libc/bionic/fork.cpp
@@ -41,7 +41,6 @@ int __clone_for_fork() {
nullptr, nullptr, &(self->tid));
}
-__BIONIC_WEAK_FOR_NATIVE_BRIDGE
int fork() {
__bionic_atfork_run_prepare();