summaryrefslogtreecommitdiff
path: root/time/Versions
diff options
context:
space:
mode:
Diffstat (limited to 'time/Versions')
-rw-r--r--time/Versions9
1 files changed, 9 insertions, 0 deletions
diff --git a/time/Versions b/time/Versions
index f3bbb4df8b..616da7edc2 100644
--- a/time/Versions
+++ b/time/Versions
@@ -50,4 +50,13 @@ libc {
# w*
wcsftime;
}
+ GLIBC_2.3 {
+ # s*
+ strftime_l;
+ # w*
+ wcsftime_l;
+
+ # these internal names are used by libstdc++
+ __strftime_l; __wcsftime_l;
+ }
}