about summary refs log tree commit diff
path: root/stdlib/strtoull_l.c
diff options
context:
space:
mode:
Diffstat (limited to 'stdlib/strtoull_l.c')
-rw-r--r--stdlib/strtoull_l.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/stdlib/strtoull_l.c b/stdlib/strtoull_l.c
index da6d7cde8c..a9de8eb778 100644
--- a/stdlib/strtoull_l.c
+++ b/stdlib/strtoull_l.c
@@ -23,6 +23,6 @@
 #include <locale.h>
 
 extern unsigned long long int ____strtoull_l_internal (const char *, char **,
-						       int, int, __locale_t);
+						       int, int, locale_t);
 
 #include <strtol_l.c>