aboutsummaryrefslogtreecommitdiff
path: root/tools/depends/target/fontconfig/lconv.patch
blob: 4635b1b17c37d870242a8981371f618762f17508 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
--- a/src/fcxml.c
+++ b/src/fcxml.c
@@ -1352,6 +1352,7 @@
 static double
 FcStrtod (char *s, char **end)
 {
+#if 0
 #ifndef __BIONIC__
     struct lconv    *locale_data;
 #endif
@@ -1409,6 +1410,7 @@
     else
 	v = strtod (s, end);
     return v;
+#endif
 }
 
 static void