diff options
Diffstat (limited to 'time/strptime_l.c')
-rw-r--r-- | time/strptime_l.c | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/time/strptime_l.c b/time/strptime_l.c index dbf4606982..185619e142 100644 --- a/time/strptime_l.c +++ b/time/strptime_l.c @@ -181,7 +181,7 @@ static const unsigned short int __mon_yday[2][13] = # undef _NL_CURRENT_WORD # define _NL_CURRENT_WORD(category, item) \ (current->values[_NL_ITEM_INDEX (item)].word) -# define LOCALE_PARAM , __locale_t locale +# define LOCALE_PARAM , locale_t locale # define LOCALE_ARG , locale # define HELPER_LOCALE_ARG , current # define ISSPACE(Ch) __isspace_l (Ch, locale) |