From: Ulrich Drepper Date: Wed, 6 Oct 1999 03:46:48 +0000 (+0000) Subject: Update. X-Git-Tag: upstream/2.30~26697 X-Git-Url: http://review.tizen.org/git/?a=commitdiff_plain;h=811ba236edba794ea894876230ac086f55a0d456;p=external%2Fglibc.git Update. 1999-10-05 Ulrich Drepper * time/time.h: Move __gmtime_r declaration to ... * include/time.h: ...here. --- diff --git a/ChangeLog b/ChangeLog index d68c22a..b9ae16a 100644 --- a/ChangeLog +++ b/ChangeLog @@ -1,3 +1,8 @@ +1999-10-05 Ulrich Drepper + + * time/time.h: Move __gmtime_r declaration to ... + * include/time.h: ...here. + 1999-10-05 Andreas Jaeger * manual/message.texi (The message catalog files): Fix description diff --git a/include/time.h b/include/time.h index fcfb3fe..bba13e7 100644 --- a/include/time.h +++ b/include/time.h @@ -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.