Update the docs after the rename of SA_DISABLE and SA_ONSTACK when used for
ss_flags to SS_DISABLE and SS_ONSTACK. SA_ONSTACK is still used in struct sigaction. Nowhere in our entire source tree could I find a single place these were used.
This commit is contained in:
parent
07a4082f5f
commit
6f0989b711
@ -71,7 +71,7 @@ the system arranges a switch to the signal stack for the
|
||||
duration of the signal handler's execution.
|
||||
.Pp
|
||||
If
|
||||
.Dv SA_DISABLE
|
||||
.Dv SS_DISABLE
|
||||
is set in
|
||||
.Fa ss_flags ,
|
||||
.Fa ss_sp
|
||||
@ -95,9 +95,9 @@ is non-zero, the current signal stack state is returned.
|
||||
The
|
||||
.Fa ss_flags
|
||||
field will contain the value
|
||||
.Dv SA_ONSTACK
|
||||
.Dv SS_ONSTACK
|
||||
if the process is currently on a signal stack and
|
||||
.Dv SA_DISABLE
|
||||
.Dv SS_DISABLE
|
||||
if the signal stack is currently disabled.
|
||||
.Sh NOTES
|
||||
The value
|
||||
|
Loading…
Reference in New Issue
Block a user