summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorDavid Xu <davidxu@FreeBSD.org>2006-01-23 06:11:23 +0000
committerDavid Xu <davidxu@FreeBSD.org>2006-01-23 06:11:23 +0000
commit5f9df00649875d2ac84310914b10206171dc9727 (patch)
treed775e2220419130274d3c03180fb914e68247d6a
parent90158aee27c7de9dcb2b5a2c74230676f38ddea7 (diff)
Notes
-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 4924b341cadb..5d00aa002e37 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)