mirror of
https://github.com/opnsense/src.git
synced 2026-05-28 04:12:45 -04:00
Fix a comment.
This commit is contained in:
parent
d3bb66886d
commit
f51ea46d24
1 changed files with 1 additions and 1 deletions
|
|
@ -97,7 +97,7 @@ execve(const char *name, char *const * argv, char *const * envp)
|
|||
}
|
||||
}
|
||||
|
||||
/* Execute the process: */
|
||||
/* Set the signal mask: */
|
||||
_thread_sys_sigprocmask(SIG_SETMASK, &_thread_run->sigmask, NULL);
|
||||
|
||||
/* Execute the process: */
|
||||
|
|
|
|||
Loading…
Reference in a new issue