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
This commit is contained in:
Daniel Eischen 2006-04-15 15:35:20 +00:00
parent 6ad8b89261
commit 797f4fb875
Notes: svn2git 2020-12-20 02:59:44 +00:00
svn path=/head/; revision=157777

View File

@ -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;
};