From 477fe6ffb47f14ba8c071ef63155ae2b9c599664 Mon Sep 17 00:00:00 2001 From: imp Date: Tue, 2 Feb 1999 01:36:01 +0000 Subject: arc fixes for libc_r --- lib/libc_r/uthread/uthread_autoinit.c | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) (limited to 'lib/libc_r/uthread') diff --git a/lib/libc_r/uthread/uthread_autoinit.c b/lib/libc_r/uthread/uthread_autoinit.c index 5ac4592e61c..1bfda4b43b9 100644 --- a/lib/libc_r/uthread/uthread_autoinit.c +++ b/lib/libc_r/uthread/uthread_autoinit.c @@ -1,7 +1,7 @@ /* * David Leonard, 1998. Public Domain. * - * $OpenBSD: uthread_autoinit.c,v 1.4 1999/01/10 23:07:59 d Exp $ + * $OpenBSD: uthread_autoinit.c,v 1.5 1999/02/02 01:36:00 imp Exp $ */ #include @@ -49,7 +49,7 @@ _thread_dot_init() * found in the .dynamic section into the _INIT field. This then gets * automatically run by GNU ELF's ld.so. */ -#ifdef mips +#ifdef pmax extern int _init() __attribute__((constructor,section (".dynamic"))); int _init() -- cgit v1.2.3