diff options
Diffstat (limited to 'lib')
-rw-r--r-- | lib/libc/Makefile.inc | 4 | ||||
-rw-r--r-- | lib/libpthread/uthread/uthread_init.c | 8 |
2 files changed, 6 insertions, 6 deletions
diff --git a/lib/libc/Makefile.inc b/lib/libc/Makefile.inc index 46b7d97b43f..7b346435666 100644 --- a/lib/libc/Makefile.inc +++ b/lib/libc/Makefile.inc @@ -1,6 +1,6 @@ -# $OpenBSD: Makefile.inc,v 1.6 2002/02/22 21:06:00 drahn Exp $ +# $OpenBSD: Makefile.inc,v 1.7 2003/01/20 19:41:53 marc Exp $ # -# This file contains make rules that are shared by libc and libc_r. +# This file contains make rules used to build libc # .ifndef LIBCSRCDIR 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, |