diff options
author | Ulrich Drepper <drepper@redhat.com> | 1998-08-11 18:44:11 +0000 |
---|---|---|
committer | Ulrich Drepper <drepper@redhat.com> | 1998-08-11 18:44:11 +0000 |
commit | f81d98d612f857c18abcde8adec601dca663a73f (patch) | |
tree | a0f310cf47d4b782bcd8cb085d9c05267cbcc477 /timezone/etcetera | |
parent | a2bde807bfaff3c016183a02a1f6a46764480410 (diff) | |
download | glibc-f81d98d612f857c18abcde8adec601dca663a73f.tar.gz glibc-f81d98d612f857c18abcde8adec601dca663a73f.tar.xz glibc-f81d98d612f857c18abcde8adec601dca663a73f.zip |
Update. Old logs are in ChangeLog.7.
1998-08-11 18:39 Ulrich Drepper <drepper@cygnus.com> * string/strsignal.c (strsignal): Count real-time signals from zero. See ChangeLog.8 for earlier changes.
Diffstat (limited to 'timezone/etcetera')
-rw-r--r-- | timezone/etcetera | 8 |
1 files changed, 7 insertions, 1 deletions
diff --git a/timezone/etcetera b/timezone/etcetera index cf1516fe2f..4fb27acff3 100644 --- a/timezone/etcetera +++ b/timezone/etcetera @@ -1,4 +1,4 @@ -# @(#)etcetera 7.9 +# @(#)etcetera 7.10 # These entries are mostly present for historical reasons, so that # people in areas not otherwise covered by the tz files could "zic -l" @@ -10,6 +10,12 @@ Zone Etc/GMT 0 - GMT Zone Etc/UTC 0 - UTC Zone Etc/UCT 0 - UCT +# The following link uses older naming conventions, +# but it belongs here, not in the file `backward', +# as functions like gmtime load the "GMT" file to handle leap seconds properly. +# We want this to work even on installations that omit the other older names. +Link Etc/GMT GMT + Link Etc/UTC Etc/Universal Link Etc/UTC Etc/Zulu |