mirror of
https://github.com/opnsense/src.git
synced 2026-02-11 14:55:36 -05:00
arch. It can be named differently depending on the arch (.mcount, _mcount). Submitted by: marius
14 lines
121 B
Text
14 lines
121 B
Text
/*
|
|
* $FreeBSD$
|
|
*/
|
|
|
|
FBSD_1.0 {
|
|
_mcleanup;
|
|
monstartup;
|
|
moncontrol;
|
|
mexitcount;
|
|
};
|
|
|
|
FBSDprivate_1.0 {
|
|
_gmonparam;
|
|
};
|