aboutsummaryrefslogtreecommitdiff
path: root/lib
diff options
context:
space:
mode:
authorAlexander Kabaev <kan@FreeBSD.org>2011-06-19 13:35:36 +0000
committerAlexander Kabaev <kan@FreeBSD.org>2011-06-19 13:35:36 +0000
commita805bbe21aeaed103d8bb92ee30b4f8ba383642b (patch)
tree065c022777c1df8f9c32ff09569ab67423b117d6 /lib
parent86f222bbfe0487e520e03dc57dceb4d53be277d2 (diff)
Notes
Diffstat (limited to 'lib')
-rw-r--r--lib/libthr/thread/thr_init.c1
1 files changed, 0 insertions, 1 deletions
diff --git a/lib/libthr/thread/thr_init.c b/lib/libthr/thread/thr_init.c
index 7e0721524fb50..86abad8deaffe 100644
--- a/lib/libthr/thread/thr_init.c
+++ b/lib/libthr/thread/thr_init.c
@@ -409,7 +409,6 @@ init_main_thread(struct pthread *thread)
thread->cancel_enable = 1;
thread->cancel_async = 0;
- thr_set_name(thread->tid, "initial thread");
/* Initialize the mutex queue: */
TAILQ_INIT(&thread->mutexq);