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/gmtime.c | 10 +--------- 1 file changed, 1 insertion(+), 9 deletions(-) (limited to 'time/gmtime.c') diff --git a/time/gmtime.c b/time/gmtime.c index 2b388befb1..2de58eea2f 100644 --- a/time/gmtime.c +++ b/time/gmtime.c @@ -1,5 +1,5 @@ /* Convert `time_t' to `struct tm' in UTC. - Copyright (C) 1991, 1993, 1995, 1996, 1997 Free Software Foundation, Inc. + Copyright (C) 1991, 93, 95, 96, 97, 98 Free Software Foundation, Inc. This file is part of the GNU C Library. The GNU C Library is free software; you can redistribute it and/or @@ -19,14 +19,6 @@ #include -/* Defined in localtime.c. */ -extern struct tm _tmbuf; - -/* Prototype for the internal function to get information based on TZ. */ -extern struct tm *__tz_convert __P ((const time_t *t, int use_localtime, - struct tm *tp)); - - /* Return the `struct tm' representation of *T in UTC, using *TP to store the result. */ struct tm * -- cgit 1.4.1