diff options
-rw-r--r-- | ChangeLog | 7 | ||||
-rw-r--r-- | sysdeps/ieee754/float128/strtof128_l.c | 2 | ||||
-rw-r--r-- | sysdeps/ieee754/float128/wcstof128.c | 2 | ||||
-rw-r--r-- | sysdeps/ieee754/float128/wcstof128_l.c | 2 |
4 files changed, 10 insertions, 3 deletions
@@ -1,3 +1,10 @@ +2017-06-22 Joseph Myers <joseph@codesourcery.com> + + * sysdeps/ieee754/float128/strtof128_l.c: Include + <bits/types/locale_t.h> instead of <xlocale.h>. + * sysdeps/ieee754/float128/wcstof128.c: Likewise. + * sysdeps/ieee754/float128/wcstof128_l.c: Likewise. + 2017-06-22 Siddhesh Poyarekar <siddhesh@sourceware.org> * benchtests/scripts/benchout_strings.schema.json: New file. diff --git a/sysdeps/ieee754/float128/strtof128_l.c b/sysdeps/ieee754/float128/strtof128_l.c index d3d55ea9fa..a541d60ef3 100644 --- a/sysdeps/ieee754/float128/strtof128_l.c +++ b/sysdeps/ieee754/float128/strtof128_l.c @@ -16,7 +16,7 @@ License along with the GNU C Library; if not, see <http://www.gnu.org/licenses/>. */ -#include <xlocale.h> +#include <bits/types/locale_t.h> /* Bring in potential typedef for _Float128 early for declaration below. */ #include <bits/floatn.h> diff --git a/sysdeps/ieee754/float128/wcstof128.c b/sysdeps/ieee754/float128/wcstof128.c index 1d6326d910..49aa4d61ac 100644 --- a/sysdeps/ieee754/float128/wcstof128.c +++ b/sysdeps/ieee754/float128/wcstof128.c @@ -17,7 +17,7 @@ <http://www.gnu.org/licenses/>. */ #include <stddef.h> -#include <xlocale.h> +#include <bits/types/locale_t.h> #define USE_WIDE_CHAR 1 diff --git a/sysdeps/ieee754/float128/wcstof128_l.c b/sysdeps/ieee754/float128/wcstof128_l.c index 2df71848ec..b295087efe 100644 --- a/sysdeps/ieee754/float128/wcstof128_l.c +++ b/sysdeps/ieee754/float128/wcstof128_l.c @@ -17,7 +17,7 @@ <http://www.gnu.org/licenses/>. */ #include <stddef.h> -#include <xlocale.h> +#include <bits/types/locale_t.h> #define USE_WIDE_CHAR 1 |