mirror of
https://github.com/opnsense/src.git
synced 2026-06-11 01:30:30 -04:00
Correct a comment: sendsig() calls the MI vm_map_growstack() but
the corresponding comment refers to a MD grow_stack() that doesn't exist.
This commit is contained in:
parent
6ef4be047a
commit
af3e811fd3
1 changed files with 1 additions and 1 deletions
|
|
@ -392,7 +392,7 @@ sendsig(sig_t catcher, int sig, sigset_t *mask, u_long code)
|
|||
PROC_UNLOCK(p);
|
||||
|
||||
/*
|
||||
* grow_stack() will return 0 if *sfp does not fit inside the stack
|
||||
* vm_map_growstack() will fail if *sfp does not fit inside the stack
|
||||
* and the stack can not be grown.
|
||||
* useracc() will return FALSE if access is denied.
|
||||
*/
|
||||
|
|
|
|||
Loading…
Reference in a new issue