obviously the type "should be" const, but it inherited non-const from the standard nl_langinfo_l.
@@ -5,7 +5,7 @@
#include "atomic.h"
#include "libc.h"
-const char *__nl_langinfo_l(nl_item, locale_t);
+char *__nl_langinfo_l(nl_item, locale_t);
char *__asctime_r(const struct tm *restrict tm, char *restrict buf)
{
@@ -9,7 +9,7 @@
#include "time_impl.h"
static int is_leap(int y)