diff options
author | 2003-01-20 19:41:53 +0000 | |
---|---|---|
committer | 2003-01-20 19:41:53 +0000 | |
commit | 57b09d6bd393c12802b982f71ddaeaa63df43506 (patch) | |
tree | 85f9e6a88c249a84085d87966e225334d6f0f654 /lib/libpthread | |
parent | Allow the fetching of current stack info from threaded apps. (diff) | |
download | wireguard-openbsd-57b09d6bd393c12802b982f71ddaeaa63df43506.tar.xz wireguard-openbsd-57b09d6bd393c12802b982f71ddaeaa63df43506.zip |
remove libc_r mention in comment
Diffstat (limited to 'lib/libpthread')
-rw-r--r-- | lib/libpthread/uthread/uthread_init.c | 8 |
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, |