diff options
Diffstat (limited to 'include/time.h')
-rw-r--r-- | include/time.h | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/include/time.h b/include/time.h index b68df96385..3b63b3dc9c 100644 --- a/include/time.h +++ b/include/time.h @@ -50,6 +50,7 @@ extern struct tm *__localtime_r (__const time_t *__timer, extern struct tm *__gmtime_r (__const time_t *__restrict __timer, struct tm *__restrict __tp); +libc_hidden_proto (__gmtime_r) /* Compute the `struct tm' representation of *T, offset OFFSET seconds east of UTC, |