summaryrefslogtreecommitdiffstats
path: root/lib/libc_r/uthread/uthread_recvmsg.c
diff options
context:
space:
mode:
Diffstat (limited to 'lib/libc_r/uthread/uthread_recvmsg.c')
-rw-r--r--lib/libc_r/uthread/uthread_recvmsg.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/lib/libc_r/uthread/uthread_recvmsg.c b/lib/libc_r/uthread/uthread_recvmsg.c
index cbad5f5..da15d99 100644
--- a/lib/libc_r/uthread/uthread_recvmsg.c
+++ b/lib/libc_r/uthread/uthread_recvmsg.c
@@ -71,5 +71,5 @@ _recvmsg(int fd, struct msghdr *msg, int flags)
return (ret);
}
-__weak_reference(_recvmsg, recvmsg);
+__strong_reference(_recvmsg, recvmsg);
#endif
OpenPOWER on IntegriCloud