diff options
Diffstat (limited to 'time/asctime.c')
-rw-r--r-- | time/asctime.c | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/time/asctime.c b/time/asctime.c index b678ecbe58..f20b311bb5 100644 --- a/time/asctime.c +++ b/time/asctime.c @@ -36,7 +36,7 @@ asctime (const struct tm *tp) { return __asctime_r (tp, result); } - +libc_hidden_def (asctime) char * __asctime_r (const struct tm *tp, char *buf) |