Latest version of newlib has math.h which has all that's needed.
This commit is contained in:
@@ -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 */
|
||||
|
||||
Reference in New Issue
Block a user