mark obreak() and ovadvise() as being MPSAFE
This commit is contained in:
parent
b64e68c520
commit
6a33d53c48
@ -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)
|
||||
|
Loading…
Reference in New Issue
Block a user