From a805bbe21aeaed103d8bb92ee30b4f8ba383642b Mon Sep 17 00:00:00 2001 From: Alexander Kabaev Date: Sun, 19 Jun 2011 13:35:36 +0000 Subject: Do not set thread name to less than informative 'initial thread'. --- lib/libthr/thread/thr_init.c | 1 - 1 file changed, 1 deletion(-) 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); -- cgit v1.3