]> git.ipfire.org Git - thirdparty/glibc.git/commitdiff
Move __gmtime_r declaration to include/time.h.
authorUlrich Drepper <drepper@redhat.com>
Wed, 6 Oct 1999 03:42:11 +0000 (03:42 +0000)
committerUlrich Drepper <drepper@redhat.com>
Wed, 6 Oct 1999 03:42:11 +0000 (03:42 +0000)
time/time.h

index 58d5479354c31cafd9e0713f3eb7573bf6a993c3..9bca37a43cc1aedeced2481c25524380d4e42c08 100644 (file)
@@ -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));