1
0
mirror of https://git.FreeBSD.org/src.git synced 2024-12-30 12:04:07 +00:00
freebsd/lib/libc/gmon/Symbol.map
Daniel Eischen 0c58e013aa Remove .mcount from gmon's Symbol map and add it to the appropriate
arch.  It can be named differently depending on the arch (.mcount,
_mcount).

Submitted by:	marius
2007-05-13 14:16:55 +00:00

15 lines
121 B
Plaintext

/*
* $FreeBSD$
*/
FBSD_1.0 {
_mcleanup;
monstartup;
moncontrol;
mexitcount;
};
FBSDprivate_1.0 {
_gmonparam;
};