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

Reviewed by:	emaste
Differential Revision:	https://reviews.freebsd.org/D42612
2023-11-15 17:51:03 +00:00

16 lines
176 B
Plaintext

FBSD_1.0 {
/*
* Standard functions from contrib/gdtoa
*/
strtod;
strtof;
/* FreeBSD additions */
strtold;
};
FBSDprivate_1.0 {
/* used in libm */
__hexnan_D2A;
};