]> sourceware.org Git - glibc.git/commitdiff
Update.
authorUlrich Drepper <drepper@redhat.com>
Sun, 24 Nov 2002 18:41:22 +0000 (18:41 +0000)
committerUlrich Drepper <drepper@redhat.com>
Sun, 24 Nov 2002 18:41:22 +0000 (18:41 +0000)
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'.

ChangeLog
time/strptime.c

index fe7565f65217522e51596254728d03dfdf5f941c..8aad7b3dfc20d73f4579e738596509acd6d91f2b 100644 (file)
--- 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.
index 7208ddee4e2736260d81e9bab18e1cee0bd762b8..1edd4ac257ff06ad383029580f0e3266278841e5 100644 (file)
@@ -185,7 +185,7 @@ static char const ab_month_name[][4] =
 # define HERE_T_FMT_AMPM "%I:%M:%S %p"
 # define HERE_T_FMT "%H:%M:%S"
 
-const unsigned short int __mon_yday[2][13] =
+static const unsigned short int __mon_yday[2][13] =
   {
     /* Normal years.  */
     { 0, 31, 59, 90, 120, 151, 181, 212, 243, 273, 304, 334, 365 },
This page took 0.042675 seconds and 5 git commands to generate.