From b77e6cd62103be90cd9cdd8e24372cb5324916ad Mon Sep 17 00:00:00 2001 From: Ulrich Drepper Date: Thu, 10 Dec 1998 09:47:59 +0000 Subject: Update. 1998-12-10 Ulrich Drepper * inet/getnetgrent_r.c (innetgr): Check host and domain name with strcasecmp, not strcmp. [PR libc/894]. 1998-12-08 Andreas Jaeger * posix/regex.h: Declare re_comp, re_exec if compiling for libc to get prototypes. * wctype/wctype.h: Add prototypes for __iswblank_l and iswblank. 1998-12-08 Andreas Jaeger * sysdeps/unix/sysv/linux/gethostid.c: Include to get prototype for __gethostbyname_r. * include/time.h: Add declarations of internal interfaces. * time/tzset.c: Remove declarations of internal interfaces. * time/gmtime.c: Likewise. * time/localtime.c: Likewise. * time/offtime.c: Likewise. * time/tzfile.c: Likewise. --- time/tzset.c | 14 -------------- 1 file changed, 14 deletions(-) (limited to 'time/tzset.c') 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 #include -/* Defined in mktime.c. */ -extern const unsigned short int __mon_yday[2][13]; - -/* Defined in localtime.c. */ -extern struct tm _tmbuf; #define NOID #include -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; -- cgit v1.1