mirror of
https://github.com/opnsense/src.git
synced 2026-06-09 08:43:19 -04:00
Add comment that sigreturn() is MPSAFE.
This commit is contained in:
parent
9c1ab3e04a
commit
b7c8cbabf9
2 changed files with 5 additions and 0 deletions
|
|
@ -1476,6 +1476,9 @@ osigreturn(struct thread *td,
|
|||
#endif /* COMPAT_43 */
|
||||
}
|
||||
|
||||
/*
|
||||
* MPSAFE
|
||||
*/
|
||||
int
|
||||
sigreturn(struct thread *td,
|
||||
struct sigreturn_args /* {
|
||||
|
|
|
|||
|
|
@ -957,6 +957,8 @@ osigreturn(struct thread *td, struct osigreturn_args *uap)
|
|||
* context left by sendsig. Check carefully to
|
||||
* make sure that the user has not modified the
|
||||
* state to gain improper privileges.
|
||||
*
|
||||
* MPSAFE
|
||||
*/
|
||||
int
|
||||
sigreturn(struct thread *td,
|
||||
|
|
|
|||
Loading…
Reference in a new issue