summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
-rw-r--r--lib/libthr/thread/thr_info.c2
1 files changed, 2 insertions, 0 deletions
diff --git a/lib/libthr/thread/thr_info.c b/lib/libthr/thread/thr_info.c
index 4924b34..5d00aa0 100644
--- a/lib/libthr/thread/thr_info.c
+++ b/lib/libthr/thread/thr_info.c
@@ -38,6 +38,8 @@
#include "thr_private.h"
+__weak_reference(_pthread_set_name_np, pthread_set_name_np);
+
/* Set the thread name for debug. */
void
_pthread_set_name_np(pthread_t thread, char *name)
OpenPOWER on IntegriCloud