summaryrefslogtreecommitdiff
path: root/lib
diff options
context:
space:
mode:
authorMarco S Hyman <marc@cvs.openbsd.org>2003-01-20 19:43:52 +0000
committerMarco S Hyman <marc@cvs.openbsd.org>2003-01-20 19:43:52 +0000
commit81b6eba3f023b3c347e4bd8d79104abe6c5d9257 (patch)
tree537b6b241d8b6d183fed8ad22d18f24ce28a467b /lib
parentee0bc095e45ab8ecb95d80eb17750ee377239f5c (diff)
remove libc_r mention in comment
Diffstat (limited to 'lib')
-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,