diff options
Diffstat (limited to 'time/strptime.c')
-rw-r--r-- | time/strptime.c | 6 |
1 files changed, 6 insertions, 0 deletions
diff --git a/time/strptime.c b/time/strptime.c index 8d650716fe..4e91a719ac 100644 --- a/time/strptime.c +++ b/time/strptime.c @@ -180,10 +180,16 @@ static char const ab_month_name[][4] = enum locale_status { not, loc, raw }; static char * +#ifdef _LIBC +internal_function +#endif strptime_internal __P ((const char *buf, const char *format, struct tm *tm, enum locale_status *decided)); static char * +#ifdef _LIBC +internal_function +#endif strptime_internal (buf, format, tm, decided) const char *buf; const char *format; |