Enable _LIBCPP_LOCALE__L_EXTENSIONS on CloudABI.
authorEd Schouten <ed@80386.nl>
Tue, 10 Mar 2015 09:26:38 +0000 (09:26 +0000)
committerEd Schouten <ed@80386.nl>
Tue, 10 Mar 2015 09:26:38 +0000 (09:26 +0000)
commit510b6ab07c3621d519b33026ee1926b864a1ded6
treefeb8f6a7c35b030c361b3b4072148aede4ce6ed8
parent94e569e0e66e361dbffcdd8909670b7bc92922f2
Enable _LIBCPP_LOCALE__L_EXTENSIONS on CloudABI.

CloudABI provides the _l() functions that are part of POSIX.1-2008, but
also the extensions that are available on systems like OS X and *BSD
(scanf_l, printf_l, etc).

llvm-svn: 231777
libcxx/include/__config