summaryrefslogtreecommitdiff
path: root/include
diff options
context:
space:
mode:
authorUlrich Drepper <drepper@redhat.com>1999-10-06 03:46:48 +0000
committerUlrich Drepper <drepper@redhat.com>1999-10-06 03:46:48 +0000
commit811ba236edba794ea894876230ac086f55a0d456 (patch)
treeaae3272eb7a36b3820e8b6d48cb834906fa9f9eb /include
parent0a05de27ba363745e743c88508d6c4a9186301c5 (diff)
Update.
1999-10-05 Ulrich Drepper <drepper@cygnus.com> * time/time.h: Move __gmtime_r declaration to ... * include/time.h: ...here.
Diffstat (limited to 'include')
-rw-r--r--include/time.h3
1 files changed, 3 insertions, 0 deletions
diff --git a/include/time.h b/include/time.h
index fcfb3fe63c..bba13e7aa0 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.