From 81b6eba3f023b3c347e4bd8d79104abe6c5d9257 Mon Sep 17 00:00:00 2001 From: Marco S Hyman Date: Mon, 20 Jan 2003 19:43:52 +0000 Subject: remove libc_r mention in comment --- lib/libpthread/uthread/uthread_init.c | 8 ++++---- 1 file changed, 4 insertions(+), 4 deletions(-) (limited to 'lib/libpthread/uthread') 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 * 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, -- cgit v1.2.3