]> git.ipfire.org Git - thirdparty/glibc.git/blobdiff - time/localtime.c
Update.
[thirdparty/glibc.git] / time / localtime.c
index 3d8d8fbd10043252d1d2f3f06b246400f8c757aa..148879274d6d41d2a6be79db27acddcc932278f3 100644 (file)
@@ -1,5 +1,5 @@
 /* Convert `time_t' to `struct tm' in local time zone.
-   Copyright (C) 1991, 92, 93, 95, 96, 97 Free Software Foundation, Inc.
+   Copyright (C) 1991, 92, 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
 /* The C Standard says that localtime and gmtime return the same pointer.  */
 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 local time,
    using *TP to store the result.  */