diff options
Diffstat (limited to 'src/time/gmtime.c')
-rw-r--r-- | src/time/gmtime.c | 2 |
1 files changed, 0 insertions, 2 deletions
diff --git a/src/time/gmtime.c b/src/time/gmtime.c index 3791b24c..6320b637 100644 --- a/src/time/gmtime.c +++ b/src/time/gmtime.c @@ -1,8 +1,6 @@ #include "time_impl.h" #include <errno.h> -struct tm *__gmtime_r(const time_t *restrict, struct tm *restrict); - struct tm *gmtime(const time_t *t) { static struct tm tm; |