ppc: add configure check for older compilers erroring on 'd' constraint
[musl] / src / time / timegm.c
index f444e76..4e5907d 100644 (file)
@@ -2,8 +2,6 @@
 #include "time_impl.h"
 #include <errno.h>
 
-extern const char __utc[];
-
 time_t timegm(struct tm *tm)
 {
        struct tm new;