OSDN Git Service

*: document __USE_EXTERN_INLINES better;
[uclinux-h8/uClibc.git] / libm / k_standard.c
index d960e8f..ed8062c 100644 (file)
 static char rcsid[] = "$NetBSD: k_standard.c,v 1.6 1995/05/10 20:46:35 jtc Exp $";
 #endif
 
-#include "math.h"
+#include <math.h>
 #include "math_private.h"
 #include <errno.h>
 
-libm_hidden_proto(copysign)
-libm_hidden_proto(matherr)
-libm_hidden_proto(rint)
+#ifndef _IEEE_LIBM
+
 
 #ifndef _USE_WRITE
 #include <stdio.h>                     /* fputs(), stderr */
@@ -784,3 +783,4 @@ static double zero = 0.0;   /* used as const */
        }
        return exc.retval;
 }
+#endif /* _IEEE_LIBM */