summaryrefslogtreecommitdiff
path: root/boot
diff options
context:
space:
mode:
Diffstat (limited to 'boot')
-rw-r--r--boot/boot.c1
1 files changed, 1 insertions, 0 deletions
diff --git a/boot/boot.c b/boot/boot.c
index d773bd1f..6ba0a736 100644
--- a/boot/boot.c
+++ b/boot/boot.c
@@ -778,6 +778,7 @@ main (int argc, char **argv, char **envp)
void * __attribute__ ((noreturn))
msg_thread (void *arg)
{
+ pthread_setname_np (pthread_self (), "msg");
while (1)
mach_msg_server (boot_demuxer, 0, receive_set);
}