diff options
author | Roland McGrath <roland@gnu.org> | 2006-02-02 09:03:52 +0000 |
---|---|---|
committer | Roland McGrath <roland@gnu.org> | 2006-02-02 09:03:52 +0000 |
commit | 026b372a01e67e181d068c2db7e82290d9e71803 (patch) | |
tree | 57c0b5fcd0da43017fef3db47d3ca3654440f080 /timezone/private.h | |
parent | 05fcaaeea4c41115ff37ed60acfa2f5e7c73b676 (diff) | |
download | glibc-026b372a01e67e181d068c2db7e82290d9e71803.tar.gz glibc-026b372a01e67e181d068c2db7e82290d9e71803.tar.xz glibc-026b372a01e67e181d068c2db7e82290d9e71803.zip |
* timezone/private.h: Update from tzcode2006a.
* timezone/scheck.c: Likewise. * timezone/asia: Update from tzdata2006a. * timezone/northamerica: Likewise. * timezone/zone.tab: Likewise.
Diffstat (limited to 'timezone/private.h')
-rw-r--r-- | timezone/private.h | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/timezone/private.h b/timezone/private.h index 33dc4c3de9..d9f232c8e3 100644 --- a/timezone/private.h +++ b/timezone/private.h @@ -218,7 +218,7 @@ char * imalloc P((int n)); void * irealloc P((void * pointer, int size)); void icfree P((char * pointer)); void ifree P((char * pointer)); -char * scheck P((const char *string, char *format)); +const char *scheck P((const char *string, const char *format)); /* ** Finally, some convenience items. |