for SIGEV_THREAD timer threads, replace signal handler with sigwaitinfo
[musl] / src / time / gmtime_r.c
index cba7244..22aec2c 100644 (file)
@@ -1,8 +1,5 @@
 #include "time_impl.h"
 #include <errno.h>
-#include "libc.h"
-
-extern const char __utc[];
 
 struct tm *__gmtime_r(const time_t *restrict t, struct tm *restrict tm)
 {