diff options
author | Ulrich Drepper <drepper@redhat.com> | 2002-11-24 18:41:22 +0000 |
---|---|---|
committer | Ulrich Drepper <drepper@redhat.com> | 2002-11-24 18:41:22 +0000 |
commit | 93ed04cc6ee0fadd379f267be24fe3b86c3cf70a (patch) | |
tree | 4fe09f8c6dd857de0f8d49fcc1cb498d2d061878 /ChangeLog | |
parent | 8592ae9207143e5372883b2b0045243bac19a630 (diff) | |
download | glibc-93ed04cc6ee0fadd379f267be24fe3b86c3cf70a.tar.gz glibc-93ed04cc6ee0fadd379f267be24fe3b86c3cf70a.tar.xz glibc-93ed04cc6ee0fadd379f267be24fe3b86c3cf70a.zip |
Update.
2002-11-19 Jim Meyering <jim@meyering.net> * time/mktime.c (__mon_yday, __mktime_internal) [!_LIBC]: Declare as `static'. * time/strptime.c (__mon_yday) [!_LIBC]: Declare as `static'.
Diffstat (limited to 'ChangeLog')
-rw-r--r-- | ChangeLog | 6 |
1 files changed, 6 insertions, 0 deletions
diff --git a/ChangeLog b/ChangeLog index fe7565f652..8aad7b3dfc 100644 --- a/ChangeLog +++ b/ChangeLog @@ -1,3 +1,9 @@ +2002-11-19 Jim Meyering <jim@meyering.net> + + * time/mktime.c (__mon_yday, __mktime_internal) [!_LIBC]: Declare + as `static'. + * time/strptime.c (__mon_yday) [!_LIBC]: Declare as `static'. + 2002-11-23 Roland McGrath <roland@redhat.com> * scripts/abilist.awk: Avoid strtonum function, not there in mawk. |