diff options
author | David Leonard <d@cvs.openbsd.org> | 1998-12-23 22:43:06 +0000 |
---|---|---|
committer | David Leonard <d@cvs.openbsd.org> | 1998-12-23 22:43:06 +0000 |
commit | 57aef68217f0d74fb7207c4f8e6dd7aeccf6ecd4 (patch) | |
tree | 4a9e8e17dc6826db28fd5f84a1a36a971ebe145b /lib/libpthread/uthread/uthread_autoinit.c | |
parent | 1638c05848a5bbbd0a9b28cf4a08029548d79607 (diff) |
rename linkage variable to match freebsd
Diffstat (limited to 'lib/libpthread/uthread/uthread_autoinit.c')
-rw-r--r-- | lib/libpthread/uthread/uthread_autoinit.c | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/lib/libpthread/uthread/uthread_autoinit.c b/lib/libpthread/uthread/uthread_autoinit.c index 0fdf5ca58e9..197b7fb83c6 100644 --- a/lib/libpthread/uthread/uthread_autoinit.c +++ b/lib/libpthread/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; |