]> CyberLeo.Net >> Repos - FreeBSD/FreeBSD.git/blob - lib/libc/gdtoa/Symbol.map
This commit was generated by cvs2svn to compensate for changes in r168988,
[FreeBSD/FreeBSD.git] / lib / libc / gdtoa / Symbol.map
1 # $FreeBSD$
2
3 FBSD_1.0 {
4         # Standard functions from contrib/gdtoa
5         #   (dtoa is renamed to __dtoa and not exported)
6         freedtoa;
7         g_Qfmt;
8         g_ddfmt;
9         g_dfmt;
10         g_ffmt;
11         g_xLfmt;
12         g_xfmt;
13         gdtoa;
14         strtoIQ;
15         strtoId;
16         strtoIdd;
17         strtoIf;
18         strtoIx;
19         strtoIxL;
20         strtod;
21         strtodI;
22         strtodg;
23         strtof;
24         strtopQ;
25         strtopd;
26         strtopdd;
27         strtopf;
28         strtopx;
29         strtopxL;
30         strtorQ;
31         strtord;
32         strtordd;
33         strtorf;
34         strtorx;
35         strtorxL;
36
37         # FreeBSD additions
38         strtold;
39 };