diff options
Diffstat (limited to 'math/ieee-math.c')
-rw-r--r-- | math/ieee-math.c | 6 |
1 files changed, 6 insertions, 0 deletions
diff --git a/math/ieee-math.c b/math/ieee-math.c new file mode 100644 index 0000000..99e41a3 --- /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_; |