move strftime_l into strftime.c and add __-prefixed version
authorRich Felker <dalias@aerifal.cx>
Wed, 24 Jul 2013 21:58:31 +0000 (17:58 -0400)
committerRich Felker <dalias@aerifal.cx>
Wed, 24 Jul 2013 21:58:31 +0000 (17:58 -0400)
commit0a37d99547b2a82880cdf8dd849f98ed39d179e1
treefb53da02be7fb6deda5288e0220ef4db428225e8
parentf5dfb45f78872b2574b911af2e0a372c1dac1590
move strftime_l into strftime.c and add __-prefixed version

the latter is both for ABI purposes, and to facilitate eventually
adding LC_TIME support. it's also nice to eliminate an extra source
file.
src/locale/strftime_l.c [deleted file]
src/time/strftime.c