Latest version of newlib has math.h which has all that's needed.

This commit is contained in:
W. Eric Norum
2007-03-16 03:59:05 +00:00
parent 70cc7eaab9
commit 76ecfec86b

View File

@@ -12,16 +12,4 @@
#include <math.h>
#ifdef __cplusplus
extern "C" {
#endif
int isnan(double);
int finite(double);
int isinf(double);
#ifdef __cplusplus
}
#endif
#endif /* epicsMathh */