diff options
author | Andreas Jaeger <aj@suse.de> | 2013-02-17 16:26:35 +0100 |
---|---|---|
committer | Andreas Jaeger <aj@suse.de> | 2013-02-17 16:34:04 +0100 |
commit | f238fd190bbfc57f5678ca5c5975b92bfb21e040 (patch) | |
tree | 43dacfd92e166cef0044b98c1fc6e58a41636df8 /time | |
parent | bd07f23c4ab55f6606ba656d5ec1e0cbc9b4f356 (diff) | |
download | glibc-f238fd190bbfc57f5678ca5c5975b92bfb21e040.zip glibc-f238fd190bbfc57f5678ca5c5975b92bfb21e040.tar.gz glibc-f238fd190bbfc57f5678ca5c5975b92bfb21e040.tar.bz2 |
Sort Versions files
Diffstat (limited to 'time')
-rw-r--r-- | time/Versions | 8 |
1 files changed, 4 insertions, 4 deletions
diff --git a/time/Versions b/time/Versions index a7c2630..fd83818 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; |