Do not set thread name to less than informative 'initial thread'.

This commit is contained in:
Alexander Kabaev 2011-06-19 13:35:36 +00:00
parent 86f222bbfe
commit a805bbe21a
Notes: svn2git 2020-12-20 02:59:44 +00:00
svn path=/head/; revision=223294

View File

@ -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);