summaryrefslogtreecommitdiff
path: root/libc/time/Versions
diff options
context:
space:
mode:
Diffstat (limited to 'libc/time/Versions')
-rw-r--r--libc/time/Versions8
1 files changed, 4 insertions, 4 deletions
diff --git a/libc/time/Versions b/libc/time/Versions
index a7c263008..fd838181e 100644
--- a/libc/time/Versions
+++ b/libc/time/Versions
@@ -1,7 +1,7 @@
libc {
GLIBC_2.0 {
# global variables
- __timezone; __daylight; __tzname;
+ __daylight; __timezone; __tzname;
# functions with special/multiple interfaces
__adjtimex;
@@ -51,13 +51,13 @@ libc {
wcsftime;
}
GLIBC_2.3 {
+ # these internal names are used by libstdc++
+ __strftime_l; __wcsftime_l;
+
# s*
strftime_l;
# w*
wcsftime_l;
-
- # these internal names are used by libstdc++
- __strftime_l; __wcsftime_l;
}
GLIBC_2.3.2 {
strptime_l;