From: Ulrich Drepper Date: Wed, 6 Oct 1999 03:42:11 +0000 (+0000) Subject: Move __gmtime_r declaration to include/time.h. X-Git-Tag: cvs/pre-glibc-2_1_3~308 X-Git-Url: http://git.ipfire.org/?a=commitdiff_plain;h=0a05de27ba363745e743c88508d6c4a9186301c5;p=thirdparty%2Fglibc.git Move __gmtime_r declaration to include/time.h. --- diff --git a/time/time.h b/time/time.h index 58d5479354c..9bca37a43cc 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));