mirror of
https://sourceware.org/git/glibc.git
synced 2024-11-22 13:00:06 +00:00
Move __gmtime_r declaration to include/time.h.
This commit is contained in:
parent
6c7b18958b
commit
0a05de27ba
@ -175,8 +175,6 @@ extern struct tm *localtime __P ((__const time_t *__timer));
|
|||||||
# if defined __USE_POSIX || defined __USE_MISC
|
# if defined __USE_POSIX || defined __USE_MISC
|
||||||
/* Return the `struct tm' representation of *TIMER in UTC,
|
/* Return the `struct tm' representation of *TIMER in UTC,
|
||||||
using *TP to store the result. */
|
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,
|
extern struct tm *gmtime_r __P ((__const time_t *__restrict __timer,
|
||||||
struct tm *__restrict __tp));
|
struct tm *__restrict __tp));
|
||||||
|
|
||||||
|
Loading…
Reference in New Issue
Block a user