Replace usage of SIGKILL with SIGINIT

This commit is contained in:
Gregory Nutt
2018-08-28 12:02:06 -06:00
parent 1ee6fbf296
commit bb4c5c49ef
3 changed files with 4 additions and 18 deletions

View File

@@ -135,9 +135,9 @@ int nsh_builtin(FAR struct nsh_vtbl_s *vtbl, FAR const char *cmd,
{
int rc = 0;
/* Setup up to receive SIGKILL if control-C entered. The return
/* Setup up to receive SIGINT if control-C entered. The return
* value is ignored because this console device may not support
* SIGKILL.
* SIGINT.
*/
(void)ioctl(stdout->fs_fd, TIOCSCTTY, ret);