mirror of
https://github.com/opnsense/src.git
synced 2026-06-10 09:11:07 -04:00
Comment that tdsignal() may be entered from the debugger.
This commit is contained in:
parent
63d69d2592
commit
4dec0e67ea
1 changed files with 4 additions and 0 deletions
|
|
@ -1977,6 +1977,10 @@ sigtd(struct proc *p, int sig, int prop)
|
|||
* regardless of the signal action (eg, blocked or ignored).
|
||||
*
|
||||
* Other ignored signals are discarded immediately.
|
||||
*
|
||||
* NB: This function may be entered from the debugger via the "kill" DDB
|
||||
* command. There is little that can be done to mitigate the possibly messy
|
||||
* side effects of this unwise possibility.
|
||||
*/
|
||||
void
|
||||
psignal(struct proc *p, int sig)
|
||||
|
|
|
|||
Loading…
Reference in a new issue