14 lines
125 B
Plaintext
14 lines
125 B
Plaintext
|
# $FreeBSD$
|
||
|
|
||
|
FBSD_1.0 {
|
||
|
monstartup;
|
||
|
moncontrol;
|
||
|
mexitcount;
|
||
|
};
|
||
|
|
||
|
FBSDprivate {
|
||
|
.mcount; # ???
|
||
|
_gmonparam;
|
||
|
_mcleanup;
|
||
|
};
|