diff options
Diffstat (limited to 'lib/libpthread/thread/thr_writev.c')
-rw-r--r-- | lib/libpthread/thread/thr_writev.c | 3 |
1 files changed, 3 insertions, 0 deletions
diff --git a/lib/libpthread/thread/thr_writev.c b/lib/libpthread/thread/thr_writev.c index 81499d7..a05159f 100644 --- a/lib/libpthread/thread/thr_writev.c +++ b/lib/libpthread/thread/thr_writev.c @@ -42,6 +42,9 @@ #include <pthread.h> #include "thr_private.h" +LT10_COMPAT_PRIVATE(__writev); +LT10_COMPAT_DEFAULT(writev); + __weak_reference(__writev, writev); ssize_t |