summaryrefslogtreecommitdiffstats
path: root/libc/stdlib
diff options
context:
space:
mode:
authorJean-Baptiste Queru <jbq@google.com>2010-10-19 15:22:22 -0700
committerAndroid Git Automerger <android-git-automerger@android.com>2010-10-19 15:22:22 -0700
commit958214aa998d9378e7d70c7c08ffab4c5f9d3fde (patch)
treeea6254ce728beee5ada38deb2cffb76de19aea8f /libc/stdlib
parent1a6939d27b1cc53d506d6583fa2bc2d90c9c7fc4 (diff)
parent8ad63d745d4ec1edea0bbd04fd0644983ad77bf5 (diff)
downloadbionic-958214aa998d9378e7d70c7c08ffab4c5f9d3fde.zip
bionic-958214aa998d9378e7d70c7c08ffab4c5f9d3fde.tar.gz
bionic-958214aa998d9378e7d70c7c08ffab4c5f9d3fde.tar.bz2
am 8ad63d74: Merge "stdlib: strtod: Hide internal symbol __dtoa"
Merge commit '8ad63d745d4ec1edea0bbd04fd0644983ad77bf5' into gingerbread-plus-aosp * commit '8ad63d745d4ec1edea0bbd04fd0644983ad77bf5': stdlib: strtod: Hide internal symbol __dtoa
Diffstat (limited to 'libc/stdlib')
-rw-r--r--libc/stdlib/strtod.c2
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)