diff options
author | Jean-Baptiste Queru <jbq@google.com> | 2010-10-19 15:02:44 -0700 |
---|---|---|
committer | Android Code Review <code-review@android.com> | 2010-10-19 15:02:44 -0700 |
commit | 8ad63d745d4ec1edea0bbd04fd0644983ad77bf5 (patch) | |
tree | 170957f292475c05e7a410a481bf79c162cf9ea2 /libc/stdlib | |
parent | 1e0a4e18927805a2a1b602659c512916df345bde (diff) | |
parent | cec75a765fbadc49668b0f72d885233cc95a0db7 (diff) | |
download | android_bionic-8ad63d745d4ec1edea0bbd04fd0644983ad77bf5.tar.gz android_bionic-8ad63d745d4ec1edea0bbd04fd0644983ad77bf5.tar.bz2 android_bionic-8ad63d745d4ec1edea0bbd04fd0644983ad77bf5.zip |
Merge "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 9d599b059..28515062a 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) |