setlocale: Work around bug on Android 4.3.
commit575971db40f3ab6413c3d3875510a65b2ea9f0d6
authorBruno Haible <bruno@clisp.org>
Fri, 25 Jan 2019 22:26:24 +0000 (25 23:26 +0100)
committerBruno Haible <bruno@clisp.org>
Fri, 25 Jan 2019 22:26:24 +0000 (25 23:26 +0100)
tree9173fdcfb8af88f2800826e3288b401150a96dcf
parent9462eb64fbf6646e9109b003a6768538d2b7dad4
setlocale: Work around bug on Android 4.3.

* m4/setlocale.m4 (gl_FUNC_SETLOCALE): Test whether setlocale supports
the "C" locale.
* lib/setlocale.c (setlocale_unixlike): New wrapper for Android.
* doc/posix-functions/setlocale.texi: Mention the Android bug.
ChangeLog
doc/posix-functions/setlocale.texi
lib/setlocale.c
m4/setlocale.m4