fix asctime day/month names not to vary by locale
authorRich Felker <dalias@aerifal.cx>
Thu, 7 Jul 2016 20:51:37 +0000 (16:51 -0400)
committerRich Felker <dalias@aerifal.cx>
Thu, 7 Jul 2016 20:51:37 +0000 (16:51 -0400)
commit6399fa9d29ea83de4735680b77d457bd59606532
tree6a35fbc3afcf7fe4485976ad7a6b1c56f8270f50
parent7c82870d4543f0eeb0e3a2638b083ff97b41a0fb
fix asctime day/month names not to vary by locale

the FIXME comment here was overlooked at the time locale support was
added.
src/time/__asctime.c