From 7427a39f738d5735a8b64ff3f27434c53621a140 Mon Sep 17 00:00:00 2001 From: kan Date: Sun, 19 Jun 2011 13:35:36 +0000 Subject: [PATCH] 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 7e0721524fb5..86abad8deaff 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);