opnsense-src/lib/libc/gdtoa/Symbol.map
Brooks Davis 695639d2f4 libc: Remove empty comments in Symbol.map
These were left over from $FreeBSD$ removal.

Reviewed by:	emaste
Differential Revision:	https://reviews.freebsd.org/D42612

(cherry picked from commit 1ca63a8219b88b752b064d19bd3428c61dbcf1f9)
2023-12-13 22:08:13 +00:00

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