diff options
Diffstat (limited to 'lib/libpthread/uthread/uthread_gc.c')
-rw-r--r-- | lib/libpthread/uthread/uthread_gc.c | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/lib/libpthread/uthread/uthread_gc.c b/lib/libpthread/uthread/uthread_gc.c index fdcbff1ff07..6e527de2873 100644 --- a/lib/libpthread/uthread/uthread_gc.c +++ b/lib/libpthread/uthread/uthread_gc.c @@ -1,4 +1,4 @@ -/* $OpenBSD: uthread_gc.c,v 1.15 2005/10/29 18:07:55 krw Exp $ */ +/* $OpenBSD: uthread_gc.c,v 1.16 2006/04/09 02:57:41 krw Exp $ */ /* * Copyright (c) 1998 John Birrell <jb@cimlogic.com.au> * All rights reserved. @@ -69,7 +69,7 @@ _thread_gc(pthread_addr_t arg) f_debug = (getenv("LIBPTHREAD_DEBUG") != NULL); /* Set the name of this thread. */ - pthread_set_name_np(curthread, (char *)"GC"); + pthread_set_name_np(curthread, "GC"); while (!f_done) { /* Check if debugging this application. */ |