summaryrefslogtreecommitdiffstats
path: root/lib/libc_r/uthread/uthread_pipe.c
diff options
context:
space:
mode:
Diffstat (limited to 'lib/libc_r/uthread/uthread_pipe.c')
-rw-r--r--lib/libc_r/uthread/uthread_pipe.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/lib/libc_r/uthread/uthread_pipe.c b/lib/libc_r/uthread/uthread_pipe.c
index 770384c..9767742 100644
--- a/lib/libc_r/uthread/uthread_pipe.c
+++ b/lib/libc_r/uthread/uthread_pipe.c
@@ -52,5 +52,5 @@ _pipe(int fds[2])
return (ret);
}
-__weak_reference(_pipe, pipe);
+__strong_reference(_pipe, pipe);
#endif
OpenPOWER on IntegriCloud