summaryrefslogtreecommitdiffstats
path: root/lib/libc_r/uthread/uthread_sendto.c
diff options
context:
space:
mode:
Diffstat (limited to 'lib/libc_r/uthread/uthread_sendto.c')
-rw-r--r--lib/libc_r/uthread/uthread_sendto.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/lib/libc_r/uthread/uthread_sendto.c b/lib/libc_r/uthread/uthread_sendto.c
index 6c1df48..f830c5a 100644
--- a/lib/libc_r/uthread/uthread_sendto.c
+++ b/lib/libc_r/uthread/uthread_sendto.c
@@ -71,5 +71,5 @@ _sendto(int fd, const void *msg, size_t len, int flags, const struct
return (ret);
}
-__weak_reference(_sendto, sendto);
+__strong_reference(_sendto, sendto);
#endif
OpenPOWER on IntegriCloud