mirror of
https://github.com/opnsense/src.git
synced 2026-06-09 08:43:19 -04:00
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:
parent
6ad8b89261
commit
797f4fb875
1 changed files with 1 additions and 5 deletions
|
|
@ -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;
|
||||
};
|
||||
|
|
|
|||
Loading…
Reference in a new issue