summaryrefslogtreecommitdiff
path: root/time/strftime.c
diff options
context:
space:
mode:
Diffstat (limited to 'time/strftime.c')
-rw-r--r--time/strftime.c3
1 files changed, 3 insertions, 0 deletions
diff --git a/time/strftime.c b/time/strftime.c
index bae952aadb..5f156e5047 100644
--- a/time/strftime.c
+++ b/time/strftime.c
@@ -1361,6 +1361,9 @@ my_strftime (s, maxsize, format, tp ut_argument)
*p = L_('\0');
return i;
}
+#ifdef _LIBC
+libc_hidden_def (strftime)
+#endif
#ifdef emacs