fix broken lseek on mipsn32 with offsets larger than LONG_MAX
[musl] / src / time / gmtime.c
index 3791b24..6320b63 100644 (file)
@@ -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;