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.c4
1 files changed, 2 insertions, 2 deletions
diff --git a/lib/libc_r/uthread/uthread_fork.c b/lib/libc_r/uthread/uthread_fork.c
index 8c112e8..88f1c43 100644
--- a/lib/libc_r/uthread/uthread_fork.c
+++ b/lib/libc_r/uthread/uthread_fork.c
@@ -41,7 +41,7 @@
#include "pthread_private.h"
pid_t
-_libc_fork(void)
+_fork(void)
{
int i, flags;
pid_t ret;
@@ -221,5 +221,5 @@ _libc_fork(void)
return (ret);
}
-__weak_reference(_libc_fork, fork);
+__weak_reference(_fork, fork);
#endif
OpenPOWER on IntegriCloud