aboutsummaryrefslogtreecommitdiff
path: root/system/lib/libc.symbols
diff options
context:
space:
mode:
authorBruce Mitchener <bruce.mitchener@gmail.com>2013-09-21 09:59:43 +0700
committerBruce Mitchener <bruce.mitchener@gmail.com>2014-01-14 02:21:11 +0700
commitc0229303f8fe4176d05286f3b887127c2b028368 (patch)
tree5aa09ee11658583c4ef1ea16cc92ecb40e9da495 /system/lib/libc.symbols
parent369b8330ed5e115be82b616414892aaf1e3c7b2c (diff)
Add strtod(), wcstod(), wcstol() and friends.
This implementation of strtod() replaces the old as it implements support for parsing hex constants which is needed by various tests.
Diffstat (limited to 'system/lib/libc.symbols')
-rw-r--r--system/lib/libc.symbols17
1 files changed, 15 insertions, 2 deletions
diff --git a/system/lib/libc.symbols b/system/lib/libc.symbols
index 931e9e5f..d68b62cb 100644
--- a/system/lib/libc.symbols
+++ b/system/lib/libc.symbols
@@ -39,6 +39,17 @@
W _ZnajRKSt9nothrow_t
W _Znwj
W _ZnwjRKSt9nothrow_t
+ T __floatscan
+ T __overflow
+ T __seek_on_exit
+ T __shgetc
+ T __shlim
+ W __strtod_l
+ W __strtof_l
+ W __strtold_l
+ T __toread
+ W __towrite_used
+ T __uflow
T _err
T _errx
T _verr
@@ -78,11 +89,13 @@
W pvalloc
W realloc
W realloc_in_place
+ T scalbnl
T strtod
- T strtod_l
+ W strtod_l
T strtof
+ W strtof_l
T strtold
- T strtold_l
+ W strtold_l
W valloc
W verr
W verrx