remove LFS64 programming interfaces (macro-only) from _GNU_SOURCE
[musl] / src / time / asctime.c
index 57d15fe..1febe54 100644 (file)
@@ -1,7 +1,5 @@
 #include <time.h>
 
-char *__asctime_r(const struct tm *, char *);
-
 char *asctime(const struct tm *tm)
 {
        static char buf[26];