summaryrefslogtreecommitdiffstats
path: root/lib/libpthread/thread/thr_single_np.c
diff options
context:
space:
mode:
Diffstat (limited to 'lib/libpthread/thread/thr_single_np.c')
-rw-r--r--lib/libpthread/thread/thr_single_np.c5
1 files changed, 5 insertions, 0 deletions
diff --git a/lib/libpthread/thread/thr_single_np.c b/lib/libpthread/thread/thr_single_np.c
index 1ee5e79..882f6aa 100644
--- a/lib/libpthread/thread/thr_single_np.c
+++ b/lib/libpthread/thread/thr_single_np.c
@@ -34,6 +34,11 @@
#include <pthread.h>
#include <pthread_np.h>
+#include "thr_private.h"
+
+LT10_COMPAT_PRIVATE(_pthread_single_np);
+LT10_COMPAT_DEFAULT(pthread_single_np);
+
__weak_reference(_pthread_single_np, pthread_single_np);
int _pthread_single_np()
OpenPOWER on IntegriCloud