diff options
author | Alexander Kabaev <kan@FreeBSD.org> | 2011-06-19 13:35:36 +0000 |
---|---|---|
committer | Alexander Kabaev <kan@FreeBSD.org> | 2011-06-19 13:35:36 +0000 |
commit | a805bbe21aeaed103d8bb92ee30b4f8ba383642b (patch) | |
tree | 065c022777c1df8f9c32ff09569ab67423b117d6 | |
parent | 86f222bbfe0487e520e03dc57dceb4d53be277d2 (diff) |
Notes
-rw-r--r-- | lib/libthr/thread/thr_init.c | 1 |
1 files changed, 0 insertions, 1 deletions
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); |