summaryrefslogtreecommitdiffstats
path: root/lib/libpthread/thread/thr_readv.c
diff options
context:
space:
mode:
Diffstat (limited to 'lib/libpthread/thread/thr_readv.c')
-rw-r--r--lib/libpthread/thread/thr_readv.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/lib/libpthread/thread/thr_readv.c b/lib/libpthread/thread/thr_readv.c
index 2c66a98..d8e02c0 100644
--- a/lib/libpthread/thread/thr_readv.c
+++ b/lib/libpthread/thread/thr_readv.c
@@ -91,5 +91,5 @@ _readv(int fd, const struct iovec * iov, int iovcnt)
return (ret);
}
-__weak_reference(_readv, readv);
+__strong_reference(_readv, readv);
#endif
OpenPOWER on IntegriCloud