add __wcsftime_l symbol
authorRich Felker <dalias@aerifal.cx>
Wed, 24 Jul 2013 22:05:27 +0000 (18:05 -0400)
committerRich Felker <dalias@aerifal.cx>
Wed, 24 Jul 2013 22:05:27 +0000 (18:05 -0400)
commitcccf64e281026a06ba03c1d4157237013e763ad2
tree80363cb21974bb79f42a2ff83e75a482b6e18f82
parent0a37d99547b2a82880cdf8dd849f98ed39d179e1
add __wcsftime_l symbol

unlike the strftime commit, this one is purely an ABI compatibility
issue. the previous version of the code would have worked just as well
with LC_TIME once LC_TIME support is added.
src/time/wcsftime.c