]> CyberLeo.Net >> Repos - FreeBSD/stable/10.git/blob - lib/libc/gmon/Symbol.map
Copy head (r256279) to stable/10 as part of the 10.0-RELEASE cycle.
[FreeBSD/stable/10.git] / lib / libc / gmon / Symbol.map
1 /*
2  * $FreeBSD$
3  */
4
5 FBSD_1.0 {
6         _mcleanup;
7         monstartup;
8         moncontrol;
9         mexitcount;
10 };
11
12 FBSDprivate_1.0 {
13         _gmonparam;
14 };