about summary refs log tree commit diff
path: root/wcsmbs/wcstof_l.c
diff options
context:
space:
mode:
Diffstat (limited to 'wcsmbs/wcstof_l.c')
-rw-r--r--wcsmbs/wcstof_l.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/wcsmbs/wcstof_l.c b/wcsmbs/wcstof_l.c
index d430bf1c3b..143b716d07 100644
--- a/wcsmbs/wcstof_l.c
+++ b/wcsmbs/wcstof_l.c
@@ -24,6 +24,6 @@
 #define	USE_WIDE_CHAR	1
 
 extern float ____wcstof_l_internal (const wchar_t *, wchar_t **, int,
-				    __locale_t);
+				    locale_t);
 
 #include <stdlib/strtof_l.c>