Merge "stdlib: strtod: Hide internal symbol __dtoa"

This commit is contained in:
Jean-Baptiste Queru
2010-10-19 15:02:44 -07:00
committed by Android Code Review

View File

@@ -2062,7 +2062,7 @@ freedtoa(char *s)
* calculation.
*/
char *
__LIBC_HIDDEN__ char *
__dtoa
#ifdef KR_headers
(_d, mode, ndigits, decpt, sign, rve)