0c58e013aa
arch. It can be named differently depending on the arch (.mcount, _mcount). Submitted by: marius
15 lines
121 B
Plaintext
15 lines
121 B
Plaintext
/*
|
|
* $FreeBSD$
|
|
*/
|
|
|
|
FBSD_1.0 {
|
|
_mcleanup;
|
|
monstartup;
|
|
moncontrol;
|
|
mexitcount;
|
|
};
|
|
|
|
FBSDprivate_1.0 {
|
|
_gmonparam;
|
|
};
|