mirror of
https://github.com/opnsense/src.git
synced 2026-05-28 04:12:45 -04:00
Add __gdtoa to the list of FreeBSD private symbols. Unfortunately,
this is used by some 3rd party applications when {e,f,g}cvt() are
not found. POSIX defines the xcvt() funtions but says they are
deprecated in favor or sprintf(). We'll import these functions
from OpenBSD and remove __gdtoa() from the exported interfaces
when libc version is bumped.
This commit is contained in:
parent
b2282f9a3f
commit
9fe1984e64
1 changed files with 4 additions and 0 deletions
|
|
@ -37,3 +37,7 @@ FBSD_1.0 {
|
|||
# FreeBSD additions
|
||||
strtold;
|
||||
};
|
||||
|
||||
FBSDprivate {
|
||||
__gdtoa;
|
||||
};
|
||||
|
|
|
|||
Loading…
Reference in a new issue