mirror of
https://git.FreeBSD.org/src.git
synced 2024-12-16 10:20:30 +00:00
Add comment that sigreturn() is MPSAFE.
This commit is contained in:
parent
9c1ab3e04a
commit
b7c8cbabf9
Notes:
svn2git
2020-12-20 02:59:44 +00:00
svn path=/head/; revision=94628
@ -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 New Issue
Block a user