mirror of
https://github.com/opnsense/src.git
synced 2026-05-28 04:12:45 -04:00
The argument is not mcontext_t but ucontext_t.
PR: 17836 Submitted by: Tim Moore <moore@bricoworks.com>
This commit is contained in:
parent
54c593c69c
commit
271c4bdbce
1 changed files with 1 additions and 1 deletions
|
|
@ -499,7 +499,7 @@ sigcontext.
|
|||
The
|
||||
.Fa context
|
||||
argument to a POSIX SA_SIGINFO handler points to an instance of
|
||||
mcontext_t.
|
||||
ucontext_t.
|
||||
.Sh ERRORS
|
||||
.Fn Sigaction
|
||||
will fail and no new signal handler will be installed if one
|
||||
|
|
|
|||
Loading…
Reference in a new issue