diff options
Diffstat (limited to 'time/strptime.c')
-rw-r--r-- | time/strptime.c | 3 |
1 files changed, 3 insertions, 0 deletions
diff --git a/time/strptime.c b/time/strptime.c index a3fd811..f127905 100644 --- a/time/strptime.c +++ b/time/strptime.c @@ -1037,3 +1037,6 @@ strptime (buf, format, tm) #endif return strptime_internal (buf, format, tm, &decided, -1); } +#ifdef _LIBC +libc_hidden_def (strptime) +#endif |