only use memcpy realloc to shrink if an exact-sized free chunk exists
[oweals/musl.git] / src / time / localtime.c
index bb6718c33ff27afa636b6acfbfa89cb5840878f1..5210423230ca237de6cbaecbf666bcf73ac12af1 100644 (file)
@@ -1,7 +1,5 @@
 #include "time_impl.h"
 
-struct tm *__localtime_r(const time_t *restrict, struct tm *restrict);
-
 struct tm *localtime(const time_t *t)
 {
        static struct tm tm;