summaryrefslogtreecommitdiffstats
path: root/lib/libkse/thread/thr_readv.c
diff options
context:
space:
mode:
Diffstat (limited to 'lib/libkse/thread/thr_readv.c')
-rw-r--r--lib/libkse/thread/thr_readv.c3
1 files changed, 3 insertions, 0 deletions
diff --git a/lib/libkse/thread/thr_readv.c b/lib/libkse/thread/thr_readv.c
index eb0e54a..c2d9360 100644
--- a/lib/libkse/thread/thr_readv.c
+++ b/lib/libkse/thread/thr_readv.c
@@ -40,6 +40,9 @@
#include <pthread.h>
#include "thr_private.h"
+LT10_COMPAT_PRIVATE(__readv);
+LT10_COMPAT_DEFAULT(readv);
+
__weak_reference(__readv, readv);
ssize_t
OpenPOWER on IntegriCloud