about summary refs log tree commit diff
path: root/sysdeps/ieee754/float128/wcstof128.c
diff options
context:
space:
mode:
Diffstat (limited to 'sysdeps/ieee754/float128/wcstof128.c')
-rw-r--r--sysdeps/ieee754/float128/wcstof128.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/sysdeps/ieee754/float128/wcstof128.c b/sysdeps/ieee754/float128/wcstof128.c
index c5a17baadf..1d6326d910 100644
--- a/sysdeps/ieee754/float128/wcstof128.c
+++ b/sysdeps/ieee754/float128/wcstof128.c
@@ -25,6 +25,6 @@
 #include <bits/floatn.h>
 
 extern _Float128 ____wcstof128_l_internal (const wchar_t *, wchar_t **, int,
-					   __locale_t);
+					   locale_t);
 
 #include "strtof128.c"