Update.
authorUlrich Drepper <drepper@redhat.com>
Wed, 6 Oct 1999 03:46:48 +0000 (03:46 +0000)
committerUlrich Drepper <drepper@redhat.com>
Wed, 6 Oct 1999 03:46:48 +0000 (03:46 +0000)
1999-10-05  Ulrich Drepper  <drepper@cygnus.com>

* time/time.h: Move __gmtime_r declaration to ...
* include/time.h: ...here.

ChangeLog
include/time.h

index d68c22a..b9ae16a 100644 (file)
--- a/ChangeLog
+++ b/ChangeLog
@@ -1,3 +1,8 @@
+1999-10-05  Ulrich Drepper  <drepper@cygnus.com>
+
+       * time/time.h: Move __gmtime_r declaration to ...
+       * include/time.h: ...here.
+
 1999-10-05  Andreas Jaeger  <aj@suse.de>
 
        * manual/message.texi (The message catalog files): Fix description
index fcfb3fe..bba13e7 100644 (file)
@@ -40,6 +40,9 @@ extern time_t __mktime_internal __P ((struct tm *__tp,
 extern struct tm *__localtime_r __P ((__const time_t *__timer,
                                      struct tm *__tp));
 
+extern struct tm *__gmtime_r __P ((__const time_t *__restrict __timer,
+                                  struct tm *__restrict __tp));
+
 /* Compute the `struct tm' representation of *T,
    offset OFFSET seconds east of UTC,
    and store year, yday, mon, mday, wday, hour, min, sec into *TP.