mark obreak() and ovadvise() as being MPSAFE

This commit is contained in:
Matthew Dillon 2001-08-31 22:10:03 +00:00
parent b64e68c520
commit 6a33d53c48
Notes: svn2git 2020-12-20 02:59:44 +00:00
svn path=/head/; revision=82697

View File

@ -65,6 +65,9 @@ struct obreak_args {
};
#endif
/*
* MPSAFE
*/
/* ARGSUSED */
int
obreak(p, uap)
@ -135,6 +138,9 @@ struct ovadvise_args {
};
#endif
/*
* MPSAFE
*/
/* ARGSUSED */
int
ovadvise(p, uap)