diff options
Diffstat (limited to 'math/ieee-math.c')
-rw-r--r-- | math/ieee-math.c | 6 |
1 files changed, 0 insertions, 6 deletions
diff --git a/math/ieee-math.c b/math/ieee-math.c deleted file mode 100644 index 99e41a31c0..0000000000 --- a/math/ieee-math.c +++ /dev/null @@ -1,6 +0,0 @@ -/* Linking in this module forces IEEE error handling rules for math functions. - The default is POSIX.1 error handling. */ - -#include <math.h> - -_LIB_VERSION_TYPE _LIB_VERSION = _IEEE_; |