summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-rw-r--r--lib/libpthread/uthread/uthread_init.c8
1 files changed, 4 insertions, 4 deletions
diff --git a/lib/libpthread/uthread/uthread_init.c b/lib/libpthread/uthread/uthread_init.c
index b2414f7cc25..4215530506a 100644
--- a/lib/libpthread/uthread/uthread_init.c
+++ b/lib/libpthread/uthread/uthread_init.c
@@ -1,4 +1,4 @@
-/* $OpenBSD: uthread_init.c,v 1.25 2002/11/08 07:53:03 marc Exp $ */
+/* $OpenBSD: uthread_init.c,v 1.26 2003/01/20 19:43:51 marc Exp $ */
/*
* Copyright (c) 1995-1998 John Birrell <jb@cimlogic.com.au>
* All rights reserved.
@@ -70,9 +70,9 @@ _stack_list_t _stackq;
extern int _thread_autoinit_dummy_decl;
/*
- * All weak references used within libc that are redefined in libc_r
- * or libpthread MUST be in this table. This is necessary to force the
- * proper version to be used when linking -static.
+ * All weak references used within libc that are redefined in libpthread
+ * MUST be in this table. This is necessary to force the proper version to
+ * be used when linking -static.
*/
static void *references[] = {
&_exit,