summaryrefslogtreecommitdiffstats
path: root/lib/libc_r/uthread/uthread_writev.c
diff options
context:
space:
mode:
Diffstat (limited to 'lib/libc_r/uthread/uthread_writev.c')
-rw-r--r--lib/libc_r/uthread/uthread_writev.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/lib/libc_r/uthread/uthread_writev.c b/lib/libc_r/uthread/uthread_writev.c
index 7c5fffe..5f31468 100644
--- a/lib/libc_r/uthread/uthread_writev.c
+++ b/lib/libc_r/uthread/uthread_writev.c
@@ -201,5 +201,5 @@ _writev(int fd, const struct iovec * iov, int iovcnt)
return (ret);
}
-__weak_reference(_writev, writev);
+__strong_reference(_writev, writev);
#endif
OpenPOWER on IntegriCloud