aboutsummaryrefslogtreecommitdiff
path: root/system/lib/libc.symbols
diff options
context:
space:
mode:
authorXuejie "Rafael" Xiao <xxuejie@gmail.com>2013-03-06 23:58:29 -0500
committerXuejie "Rafael" Xiao <xxuejie@gmail.com>2013-03-06 23:59:11 -0500
commitd4c9620fb57f1f18d75149b5108aaf127a6fd9ab (patch)
tree667429eed20e6ee1df2335b3d35a033380382da5 /system/lib/libc.symbols
parent5cb03faced4a10da93f78f674f643b6862855390 (diff)
Move strtod, strtold, strtof, strtod_l, strtold_l, atof from JS side to libc side, this can fix double precision bug in original strtod implementation.1.2.9
Diffstat (limited to 'system/lib/libc.symbols')
-rw-r--r--system/lib/libc.symbols6
1 files changed, 6 insertions, 0 deletions
diff --git a/system/lib/libc.symbols b/system/lib/libc.symbols
index 416c63c8..1342d938 100644
--- a/system/lib/libc.symbols
+++ b/system/lib/libc.symbols
@@ -67,3 +67,9 @@ _vwarn
_vwarnx
_verr
_verrx
+strtod
+strtold
+strtof
+strtod_l
+strtold_l
+atof