From 6c39badccc7cab2d2a76be09c69cebf88d92c1a4 Mon Sep 17 00:00:00 2001 From: deischen Date: Sat, 15 Apr 2006 15:35:20 +0000 Subject: Don't export __gdtoa. The only known ports that rely on this or the deprecated POSIX functions {e,g,f}cvt() have newer versions that do not (rely on them). Requested by: marius --- lib/libc/gdtoa/Symbol.map | 6 +----- 1 file changed, 1 insertion(+), 5 deletions(-) (limited to 'lib/libc/gdtoa') diff --git a/lib/libc/gdtoa/Symbol.map b/lib/libc/gdtoa/Symbol.map index 94cf1de..62d6c70 100644 --- a/lib/libc/gdtoa/Symbol.map +++ b/lib/libc/gdtoa/Symbol.map @@ -2,7 +2,7 @@ FBSD_1.0 { # Standard functions from contrib/gdtoa - dtoa; + # (dtoa is renamed to __dtoa and not exported) freedtoa; g_Qfmt; g_ddfmt; @@ -37,7 +37,3 @@ FBSD_1.0 { # FreeBSD additions strtold; }; - -FBSDprivate { - __gdtoa; -}; -- cgit v1.1