summaryrefslogtreecommitdiff
path: root/stdlib/strtoul_l.c
diff options
context:
space:
mode:
Diffstat (limited to 'stdlib/strtoul_l.c')
-rw-r--r--stdlib/strtoul_l.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/stdlib/strtoul_l.c b/stdlib/strtoul_l.c
index 45b0585342..8a0934c9ad 100644
--- a/stdlib/strtoul_l.c
+++ b/stdlib/strtoul_l.c
@@ -22,6 +22,6 @@
#include <locale.h>
extern unsigned long int ____strtoul_l_internal (const char *, char **, int,
- int, __locale_t);
+ int, locale_t);
#include "strtol_l.c"