mirror of
https://github.com/opnsense/src.git
synced 2026-02-21 08:50:22 -05:00
15 lines
131 B
Text
15 lines
131 B
Text
/*
|
|
* $FreeBSD$
|
|
*/
|
|
|
|
FBSD_1.0 {
|
|
.mcount;
|
|
_mcleanup;
|
|
monstartup;
|
|
moncontrol;
|
|
mexitcount;
|
|
};
|
|
|
|
FBSDprivate_1.0 {
|
|
_gmonparam;
|
|
};
|