drivers/serial: Integrate new Ctrl-C logic with the ISIG flag in the termios c_lflag. Fix several compiler errors resulting from recently flurry of renaming.

This commit is contained in:
Gregory Nutt
2018-08-28 09:15:29 -06:00
parent 15a1e44586
commit e7ce9bbfc4
4 changed files with 52 additions and 33 deletions
+2 -3
View File
@@ -286,10 +286,9 @@ struct uart_dev_s
tcflag_t tc_iflag; /* Input modes */
tcflag_t tc_oflag; /* Output modes */
tcflag_t tc_lflag; /* Local modes */
#ifdef CONFIG_TTY_SIGKILL
pid_t pid; /* Thread PID to receive SIGKILL signals (-1 if none) */
#endif
#ifdef CONFIG_SERIAL_SIGKILL_CHAR
pid_t pid; /* Thread PID to receive SIGKILL signals (-1 if none) */
#endif
/* Semaphores */