diff options
author | Michael Shalayeff <mickey@cvs.openbsd.org> | 2001-07-09 03:58:51 +0000 |
---|---|---|
committer | Michael Shalayeff <mickey@cvs.openbsd.org> | 2001-07-09 03:58:51 +0000 |
commit | 040857b1c5304ef1307a12a420ffb692050054af (patch) | |
tree | 5f4d543cb40b0eb6e69d0b369c776132aeb9a5ad | |
parent | 8ce628edbcd39f386734fd77289bef20673dd16d (diff) |
have to have a proto here
-rw-r--r-- | sys/lib/libkern/arch/powerpc/__eabi.c | 6 |
1 files changed, 5 insertions, 1 deletions
diff --git a/sys/lib/libkern/arch/powerpc/__eabi.c b/sys/lib/libkern/arch/powerpc/__eabi.c index 627e404bda0..1554de818f3 100644 --- a/sys/lib/libkern/arch/powerpc/__eabi.c +++ b/sys/lib/libkern/arch/powerpc/__eabi.c @@ -1,4 +1,4 @@ -/* $OpenBSD: __eabi.c,v 1.2 1996/12/28 06:17:49 rahnds Exp $ */ +/* $OpenBSD: __eabi.c,v 1.3 2001/07/09 03:58:50 mickey Exp $ */ /* $NetBSD: __main.c,v 1.3 1994/10/26 06:42:13 cgd Exp $ */ /* @@ -31,6 +31,10 @@ * THIS SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY OF SUCH DAMAGE. */ +#include <sys/cdefs.h> + +void __eabi __P((void)); + void __eabi() { |