remove legacy time32 timer[fd] syscalls from public syscall.h
[musl] / src / time / localtime.c
index bb6718c..5210423 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;