stdlib: strtod: Hide internal symbol __dtoa

Change-Id: Iaaec7ea4d04c859fe98ad3331fd71e7d000c826b
This commit is contained in:
Jim Huang 2010-10-15 01:35:08 +08:00
parent f67e5211e0
commit cec75a765f

View File

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