* sysdeps/unix/sysv/linux/dl-osinfo.h: Include fcntl.h.
[glibc/pb-stable.git] / math / ieee-math.c
blob99e41a31c09ca73b0a3e6b17041dade3618e6a1c
1 /* Linking in this module forces IEEE error handling rules for math functions.
2 The default is POSIX.1 error handling. */
4 #include <math.h>
6 _LIB_VERSION_TYPE _LIB_VERSION = _IEEE_;