diff options
author | Jean-Baptiste Queru <jbq@google.com> | 2010-10-21 09:54:49 -0700 |
---|---|---|
committer | Android Git Automerger <android-git-automerger@android.com> | 2010-10-21 09:54:49 -0700 |
commit | 51ae972502b2a67f2fddf1cd4b2b46b4299fda99 (patch) | |
tree | bd4613690dcbbd3dd0ebb2a87efe422e2a4daf1e /libc/stdlib | |
parent | fd1cf2c42ec2bf057908328bdab77c978607bb46 (diff) | |
parent | 958214aa998d9378e7d70c7c08ffab4c5f9d3fde (diff) | |
download | bionic-51ae972502b2a67f2fddf1cd4b2b46b4299fda99.zip bionic-51ae972502b2a67f2fddf1cd4b2b46b4299fda99.tar.gz bionic-51ae972502b2a67f2fddf1cd4b2b46b4299fda99.tar.bz2 |
am 958214aa: am 8ad63d74: Merge "stdlib: strtod: Hide internal symbol __dtoa"
Merge commit '958214aa998d9378e7d70c7c08ffab4c5f9d3fde'
* commit '958214aa998d9378e7d70c7c08ffab4c5f9d3fde':
stdlib: strtod: Hide internal symbol __dtoa
Diffstat (limited to 'libc/stdlib')
-rw-r--r-- | libc/stdlib/strtod.c | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/libc/stdlib/strtod.c b/libc/stdlib/strtod.c index 9d599b0..2851506 100644 --- a/libc/stdlib/strtod.c +++ b/libc/stdlib/strtod.c @@ -2062,7 +2062,7 @@ freedtoa(char *s) * calculation. */ - char * +__LIBC_HIDDEN__ char * __dtoa #ifdef KR_headers (_d, mode, ndigits, decpt, sign, rve) |