From d48e59d98078e31ba01f7f284cc16a5451c6ab6e Mon Sep 17 00:00:00 2001 From: "Peter S. Mazinger" Date: Wed, 22 Mar 2006 20:00:25 +0000 Subject: Guard matherr/__kernel_standard w/ _IEEE_LIBM, we do not use them, save 7,6k --- libm/s_matherr.c | 3 +++ 1 file changed, 3 insertions(+) (limited to 'libm/s_matherr.c') diff --git a/libm/s_matherr.c b/libm/s_matherr.c index 8c19f43bb..0c102e628 100644 --- a/libm/s_matherr.c +++ b/libm/s_matherr.c @@ -17,6 +17,8 @@ static char rcsid[] = "$NetBSD: s_matherr.c,v 1.6 1995/05/10 20:47:53 jtc Exp $" #include "math.h" #include "math_private.h" +#ifndef _IEEE_LIBM + libm_hidden_proto(matherr) #ifdef __STDC__ int matherr(struct exception *x) @@ -30,3 +32,4 @@ libm_hidden_proto(matherr) return n; } libm_hidden_def(matherr) +#endif -- cgit v1.2.3