diff options
author | Florian Weimer <fweimer@redhat.com> | 2018-05-16 06:03:08 +0200 |
---|---|---|
committer | Florian Weimer <fweimer@redhat.com> | 2018-05-16 06:03:08 +0200 |
commit | 9761bf4dfae04016bccaa82414719523b090dd60 (patch) | |
tree | 1abcf3d350f8540e87f3850cb111a13cfaf66d8f /wcsmbs/wcstof_nan.c | |
parent | 69a01461ee1417578d2ba20aac935828b50f1118 (diff) | |
download | glibc-9761bf4dfae04016bccaa82414719523b090dd60.tar glibc-9761bf4dfae04016bccaa82414719523b090dd60.tar.gz glibc-9761bf4dfae04016bccaa82414719523b090dd60.tar.bz2 glibc-9761bf4dfae04016bccaa82414719523b090dd60.zip |
math: Merge strtod_nan_*.h into math-type-macros-*.h
This change will eventually make it possible to compile
stdlib/strtod_nan_main.c as part of math/s_nan_template.c.
Diffstat (limited to 'wcsmbs/wcstof_nan.c')
-rw-r--r-- | wcsmbs/wcstof_nan.c | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/wcsmbs/wcstof_nan.c b/wcsmbs/wcstof_nan.c index 9c89e24370..96f2198667 100644 --- a/wcsmbs/wcstof_nan.c +++ b/wcsmbs/wcstof_nan.c @@ -17,7 +17,7 @@ <http://www.gnu.org/licenses/>. */ #include "../stdlib/strtod_nan_wide.h" -#include "../stdlib/strtod_nan_float.h" +#include <math-type-macros-float.h> #define STRTOD_NAN __wcstof_nan #include "../stdlib/strtod_nan_main.c" |