summaryrefslogtreecommitdiff
path: root/time
diff options
context:
space:
mode:
authorUlrich Drepper <drepper@redhat.com>1999-10-06 03:42:11 +0000
committerUlrich Drepper <drepper@redhat.com>1999-10-06 03:42:11 +0000
commit0a05de27ba363745e743c88508d6c4a9186301c5 (patch)
tree71c91586882e8ebf16d2ef873703eeb510ce703c /time
parent6c7b18958bb173f76049cf3a3f553e6b173c8fd3 (diff)
Move __gmtime_r declaration to include/time.h.
Diffstat (limited to 'time')
-rw-r--r--time/time.h2
1 files changed, 0 insertions, 2 deletions
diff --git a/time/time.h b/time/time.h
index 58d5479354..9bca37a43c 100644
--- a/time/time.h
+++ b/time/time.h
@@ -175,8 +175,6 @@ extern struct tm *localtime __P ((__const time_t *__timer));
# if defined __USE_POSIX || defined __USE_MISC
/* Return the `struct tm' representation of *TIMER in UTC,
using *TP to store the result. */
-extern struct tm *__gmtime_r __P ((__const time_t *__restrict __timer,
- struct tm *__restrict __tp));
extern struct tm *gmtime_r __P ((__const time_t *__restrict __timer,
struct tm *__restrict __tp));