aboutsummaryrefslogtreecommitdiff
path: root/time/strftime.c
diff options
context:
space:
mode:
Diffstat (limited to 'time/strftime.c')
-rw-r--r--time/strftime.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/time/strftime.c b/time/strftime.c
index 5f156e5047..5ed47f6cbd 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