K 10 svn:author V 2 ed K 8 svn:date V 27 2016-05-31T12:29:21.643920Z K 7 svn:log V 349 Make strfmon_l() work without requiring the use of . The strfmon_l() function provided by is also part of POSIX 2008's , so it should be exposed by default. Change the check used in to be similar to the one that's part of , where we both test for __POSIX_VISIBLE and _XLOCALE_H_. END