From 797f4fb87520773342e67d327fdce27cc92393d1 Mon Sep 17 00:00:00 2001 From: Daniel Eischen Date: Sat, 15 Apr 2006 15:35:20 +0000 Subject: [PATCH] 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(-) diff --git a/lib/libc/gdtoa/Symbol.map b/lib/libc/gdtoa/Symbol.map index 94cf1dec161..62d6c706fb2 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; -};