From 57aef68217f0d74fb7207c4f8e6dd7aeccf6ecd4 Mon Sep 17 00:00:00 2001 From: David Leonard Date: Wed, 23 Dec 1998 22:43:06 +0000 Subject: rename linkage variable to match freebsd --- lib/libc_r/uthread/uthread_autoinit.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'lib/libc_r/uthread/uthread_autoinit.c') diff --git a/lib/libc_r/uthread/uthread_autoinit.c b/lib/libc_r/uthread/uthread_autoinit.c index 0fdf5ca58e9..197b7fb83c6 100644 --- a/lib/libc_r/uthread/uthread_autoinit.c +++ b/lib/libc_r/uthread/uthread_autoinit.c @@ -55,4 +55,4 @@ _thread_init_constructor() * Dummy symbol referenced by uthread_init.o so this compilation unit * is always loaded. */ -int _thread_autoinit_hook = 0; +int _thread_autoinit_dummy_decl = 0; -- cgit v1.2.3