xref: /freebsd/lib/libc/gdtoa/Symbol.map (revision 28f6c2f292806bf31230a959bc4b19d7081669a7)
1/*
2 * $FreeBSD$
3 */
4
5FBSD_1.0 {
6	/*
7	 * Standard functions from contrib/gdtoa
8	 */
9	strtod;
10	strtof;
11
12	/* FreeBSD additions */
13	strtold;
14};
15
16FBSDprivate_1.0 {
17	/* used in libm */
18	__hexnan_D2A;
19};
20