summaryrefslogtreecommitdiff
path: root/math/ieee-math.c
diff options
context:
space:
mode:
Diffstat (limited to 'math/ieee-math.c')
-rw-r--r--math/ieee-math.c6
1 files changed, 6 insertions, 0 deletions
diff --git a/math/ieee-math.c b/math/ieee-math.c
new file mode 100644
index 0000000000..99e41a31c0
--- /dev/null
+++ b/math/ieee-math.c
@@ -0,0 +1,6 @@
+/* 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_;