diff options
Diffstat (limited to 'time')
-rw-r--r-- | time/strftime.c | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/time/strftime.c b/time/strftime.c index 5f156e5..5ed47f6 100644 --- a/time/strftime.c +++ b/time/strftime.c @@ -1362,7 +1362,7 @@ my_strftime (s, maxsize, format, tp ut_argument) return i; } #ifdef _LIBC -libc_hidden_def (strftime) +libc_hidden_def (my_strftime) #endif |