mirror of
https://github.com/opnsense/src.git
synced 2026-05-28 04:12:45 -04:00
These were left over from $FreeBSD$ removal. Reviewed by: emaste Differential Revision: https://reviews.freebsd.org/D42612 (cherry picked from commit 1ca63a8219b88b752b064d19bd3428c61dbcf1f9)
15 lines
176 B
Text
15 lines
176 B
Text
FBSD_1.0 {
|
|
/*
|
|
* Standard functions from contrib/gdtoa
|
|
*/
|
|
strtod;
|
|
strtof;
|
|
|
|
/* FreeBSD additions */
|
|
strtold;
|
|
};
|
|
|
|
FBSDprivate_1.0 {
|
|
/* used in libm */
|
|
__hexnan_D2A;
|
|
};
|