mirror of
https://github.com/opnsense/src.git
synced 2026-02-11 23:06:12 -05:00
19 lines
197 B
Text
19 lines
197 B
Text
/*
|
|
* $FreeBSD$
|
|
*/
|
|
|
|
FBSD_1.0 {
|
|
/*
|
|
* Standard functions from contrib/gdtoa
|
|
*/
|
|
strtod;
|
|
strtof;
|
|
|
|
/* FreeBSD additions */
|
|
strtold;
|
|
};
|
|
|
|
FBSDprivate_1.0 {
|
|
/* used in libm */
|
|
__hexnan_D2A;
|
|
};
|