aboutsummaryrefslogtreecommitdiff
path: root/stdlib/strtoll_l.c
diff options
context:
space:
mode:
Diffstat (limited to 'stdlib/strtoll_l.c')
-rw-r--r--stdlib/strtoll_l.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/stdlib/strtoll_l.c b/stdlib/strtoll_l.c
index 003f425..93548d0 100644
--- a/stdlib/strtoll_l.c
+++ b/stdlib/strtoll_l.c
@@ -22,6 +22,6 @@
#include <locale.h>
extern long long int ____strtoll_l_internal (const char *, char **, int, int,
- __locale_t);
+ locale_t);
#include <strtol_l.c>