fix type-mismatched declarations of __nl_langinfo_l in source files
commit405102dc5034967f228e8a0a2f25a142caa55400
authorRich Felker <dalias@aerifal.cx>
Fri, 7 Sep 2018 23:49:21 +0000 (7 19:49 -0400)
committerRich Felker <dalias@aerifal.cx>
Wed, 12 Sep 2018 18:34:30 +0000 (12 14:34 -0400)
treef83fdce5b512f0ec1763bfd7f837fdd3fc75c28c
parent60056a8010c3dbaabd713f7a3e4f2963bb921a1b
fix type-mismatched declarations of __nl_langinfo_l in source files

obviously the type "should be" const, but it inherited non-const from
the standard nl_langinfo_l.
src/time/asctime_r.c
src/time/strftime.c