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