|
|
@@ -45,7 +45,7 @@ double
|
|
|
glsl_strtod(const char *s, char **end)
|
|
|
{
|
|
|
#if defined(_GNU_SOURCE) && !defined(__CYGWIN__) && !defined(__FreeBSD__) && \
|
|
|
- !defined(__HAIKU__) && !defined(__UCLIBC__)
|
|
|
+ !defined(__HAIKU__) && !defined(__UCLIBC__) && !defined(__ANDROID__)
|
|
|
static locale_t loc = NULL;
|
|
|
if (!loc) {
|
|
|
loc = newlocale(LC_CTYPE_MASK, "C", NULL);
|