summaryrefslogtreecommitdiffstats
path: root/lib
diff options
context:
space:
mode:
authordavidxu <davidxu@FreeBSD.org>2006-01-23 06:11:23 +0000
committerdavidxu <davidxu@FreeBSD.org>2006-01-23 06:11:23 +0000
commit3172ccca0f55366494c853ef0b578fbb01ddf1f8 (patch)
treed775e2220419130274d3c03180fb914e68247d6a /lib
parente00a5cdab0c1069989207fa566573c230be64836 (diff)
downloadFreeBSD-src-3172ccca0f55366494c853ef0b578fbb01ddf1f8.zip
FreeBSD-src-3172ccca0f55366494c853ef0b578fbb01ddf1f8.tar.gz
Add missing symbol pthread_set_name_np.
Diffstat (limited to 'lib')
-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