xref: /freebsd/lib/libc/gmon/Symbol.map (revision 1a13f2e6b444dd8048aebd2ac1f0b8fae9e3088f)
1/*
2 * $FreeBSD$
3 */
4
5FBSD_1.0 {
6	_mcleanup;
7	monstartup;
8	moncontrol;
9	mexitcount;
10};
11
12FBSDprivate_1.0 {
13	_gmonparam;
14};
15