]> git.ipfire.org Git - thirdparty/glibc.git/blobdiff - time/tzfile.c
Update.
[thirdparty/glibc.git] / time / tzfile.c
index 88e86e33b1c16b8a85e229d098c2cb82559f196d..aeec637b3bc6ba6e7a6ef8548f8d4837a5c55787 100644 (file)
@@ -43,7 +43,7 @@ struct leap
     long int change;           /* Seconds of correction to apply.  */
   };
 
-extern const char * __tzstring (const char *); /* Defined in tzset.c.  */
+extern char * __tzstring (const char *); /* Defined in tzset.c.  */
 
 static struct ttinfo *find_transition (time_t timer);
 static void compute_tzname_max (size_t);