properly pass current locale to *_l functions when used internally
authorRich Felker <dalias@aerifal.cx>
Thu, 3 Jul 2014 01:46:41 +0000 (21:46 -0400)
committerRich Felker <dalias@aerifal.cx>
Thu, 3 Jul 2014 01:46:41 +0000 (21:46 -0400)
commit4c48501ee2a022a0dd207a2db4d346a00f9927a1
tree59167ab2975dfdf087be1033c72cd591f4c6e1f0
parent7424ac58b1f47adb03de55de5998c530aee91551
properly pass current locale to *_l functions when used internally

this change is presently non-functional since the callees do not yet
use their locale argument for anything.
src/locale/langinfo.c
src/locale/strcoll.c
src/locale/strfmon.c
src/locale/strxfrm.c
src/locale/wcscoll.c
src/locale/wcsxfrm.c
src/time/strftime.c
src/time/wcsftime.c