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