aboutsummaryrefslogtreecommitdiff
path: root/system/lib/libc.symbols
diff options
context:
space:
mode:
authorAlon Zakai <alonzakai@gmail.com>2013-03-07 18:09:05 -0800
committerAlon Zakai <alonzakai@gmail.com>2013-03-07 18:09:05 -0800
commit97ffe5025c4cebcfcf84795635d466fd748236be (patch)
treed1a85d97e5b8e146a4becd3c2472ad689a1aa8ac /system/lib/libc.symbols
parentf4ee4c8c4b5b8d7b22df3db23283e0b95677cc3c (diff)
parentd4c9620fb57f1f18d75149b5108aaf127a6fd9ab (diff)
Merge pull request #931 from xxuejie/stdlib_strtod
Implement strtod in native C code as part of libc.
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