summaryrefslogtreecommitdiff
path: root/lib/libpthread/thread/thr_writev.c
diff options
context:
space:
mode:
Diffstat (limited to 'lib/libpthread/thread/thr_writev.c')
-rw-r--r--lib/libpthread/thread/thr_writev.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/lib/libpthread/thread/thr_writev.c b/lib/libpthread/thread/thr_writev.c
index 7c5fffeaf9a9..5f3146887765 100644
--- a/lib/libpthread/thread/thr_writev.c
+++ b/lib/libpthread/thread/thr_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