mirror of
https://github.com/apache/nuttx-apps.git
synced 2025-10-19 11:23:07 +08:00
Replace usage of SIGKILL with SIGINIT
This commit is contained in:
@@ -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);
|
||||
|
Reference in New Issue
Block a user