diff --git a/gcc/fixinc/tests/base/math.h b/gcc/fixinc/tests/base/math.h index 9b2c80d2578..38d0539408a 100644 --- a/gcc/fixinc/tests/base/math.h +++ b/gcc/fixinc/tests/base/math.h @@ -92,6 +92,11 @@ extern int matherr(); #define __P(a) a #endif #endif /* SVR4__P_CHECK */ + + +#if defined( ULTRIX_ATOF_PARAM_CHECK ) +extern double atof( const char *); +#endif /* ULTRIX_ATOF_PARAM_CHECK */ #ifdef __cplusplus #undef exception #endif