about summary refs log tree commit diff
path: root/wcsmbs/wcstoull_l.c
diff options
context:
space:
mode:
Diffstat (limited to 'wcsmbs/wcstoull_l.c')
-rw-r--r--wcsmbs/wcstoull_l.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/wcsmbs/wcstoull_l.c b/wcsmbs/wcstoull_l.c
index 532d01a250..412a9fcf0a 100644
--- a/wcsmbs/wcstoull_l.c
+++ b/wcsmbs/wcstoull_l.c
@@ -25,6 +25,6 @@
 
 extern unsigned long long int ____wcstoull_l_internal (const wchar_t *,
 						       wchar_t **, int, int,
-						       __locale_t);
+						       locale_t);
 
 #include <wcstoll_l.c>