summaryrefslogtreecommitdiffstats
path: root/lib/libc_r/uthread/uthread_fork.c
diff options
context:
space:
mode:
Diffstat (limited to 'lib/libc_r/uthread/uthread_fork.c')
-rw-r--r--lib/libc_r/uthread/uthread_fork.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/lib/libc_r/uthread/uthread_fork.c b/lib/libc_r/uthread/uthread_fork.c
index 88f1c43..a8e85d8 100644
--- a/lib/libc_r/uthread/uthread_fork.c
+++ b/lib/libc_r/uthread/uthread_fork.c
@@ -221,5 +221,5 @@ _fork(void)
return (ret);
}
-__weak_reference(_fork, fork);
+__strong_reference(_fork, fork);
#endif
OpenPOWER on IntegriCloud