summaryrefslogtreecommitdiff
path: root/time
diff options
context:
space:
mode:
authorAndreas Jaeger <aj@suse.de>2013-02-17 16:26:35 +0100
committerAndreas Jaeger <aj@suse.de>2013-02-17 16:34:04 +0100
commitf238fd190bbfc57f5678ca5c5975b92bfb21e040 (patch)
tree43dacfd92e166cef0044b98c1fc6e58a41636df8 /time
parentbd07f23c4ab55f6606ba656d5ec1e0cbc9b4f356 (diff)
Sort Versions files
Diffstat (limited to 'time')
-rw-r--r--time/Versions8
1 files changed, 4 insertions, 4 deletions
diff --git a/time/Versions b/time/Versions
index a7c263008c..fd838181e4 100644
--- a/time/Versions
+++ b/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;