diff options
Diffstat (limited to 'time/tzset.c')
-rw-r--r-- | time/tzset.c | 14 |
1 files changed, 0 insertions, 14 deletions
diff --git a/time/tzset.c b/time/tzset.c index 60188c2..d6d1b20 100644 --- a/time/tzset.c +++ b/time/tzset.c @@ -25,24 +25,10 @@ #include <string.h> #include <time.h> -/* Defined in mktime.c. */ -extern const unsigned short int __mon_yday[2][13]; - -/* Defined in localtime.c. */ -extern struct tm _tmbuf; #define NOID #include <timezone/tzfile.h> -extern int __use_tzfile; -extern void __tzfile_read __P ((const char *file)); -extern int __tzfile_compute __P ((time_t timer, int use_localtime, - long int *leap_correct, int *leap_hit, - struct tm *tp)); -extern void __tzfile_default __P ((const char *std, const char *dst, - long int stdoff, long int dstoff)); -extern char *__tzstring __P ((const char *string)); - char *__tzname[2] = { (char *) "GMT", (char *) "GMT" }; int __daylight = 0; long int __timezone = 0L; |