summaryrefslogtreecommitdiffstats
path: root/lib/libpthread/thread/thr_main_np.c
diff options
context:
space:
mode:
Diffstat (limited to 'lib/libpthread/thread/thr_main_np.c')
-rw-r--r--lib/libpthread/thread/thr_main_np.c3
1 files changed, 3 insertions, 0 deletions
diff --git a/lib/libpthread/thread/thr_main_np.c b/lib/libpthread/thread/thr_main_np.c
index 0dacd48..50fb9c8 100644
--- a/lib/libpthread/thread/thr_main_np.c
+++ b/lib/libpthread/thread/thr_main_np.c
@@ -31,6 +31,9 @@
#include <pthread_np.h>
#include "thr_private.h"
+LT10_COMPAT_PRIVATE(_pthread_main_np);
+LT10_COMPAT_DEFAULT(pthread_main_np);
+
__weak_reference(_pthread_main_np, pthread_main_np);
/*
OpenPOWER on IntegriCloud