about summary refs log tree commit diff
path: root/wcsmbs/wcstoul_l.c
diff options
context:
space:
mode:
Diffstat (limited to 'wcsmbs/wcstoul_l.c')
-rw-r--r--wcsmbs/wcstoul_l.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/wcsmbs/wcstoul_l.c b/wcsmbs/wcstoul_l.c
index 0847284bc2..f9f3808b20 100644
--- a/wcsmbs/wcstoul_l.c
+++ b/wcsmbs/wcstoul_l.c
@@ -24,6 +24,6 @@
 #define UNSIGNED	1
 
 extern unsigned long int ____wcstoul_l_internal (const wchar_t *, wchar_t **,
-						 int, int, __locale_t);
+						 int, int, locale_t);
 
 #include "wcstol_l.c"