don't remap internal-use syscall macros to nonexistent time32 syscalls
[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;