Changeset 667501a in rtems for testsuites/libtests/configure.ac

Timestamp:
10/02/19 21:49:00 (5 years ago)
Author:
Joel Sherrill <joel@…>
Branches:
5, master
Children:
43a6991
Parents:
ff4a4a8
git-author:
Joel Sherrill <joel@…> (10/02/19 21:49:00)
git-committer:
Joel Sherrill <joel@…> (10/08/19 19:25:41)
Message:

termios: Add Capability to Generate SIGINTR and SIGQUIT

This patch adds the ability for termios to send SIGINTR on receipt
of VINTR and SIGQUIT for VKILL and return -1/EINTR from read() on
a termios channel. Importantly, this patch does not alter the default
behavior or force POSIX signal code in just because termios is used.
The application must explicitly enable the POSIX behavior of generating
a signal upon receipt of these characters. This is discussed in the
POSIX standard:

https://pubs.opengroup.org/onlinepubs/9699919799/basedefs/V1_chap11.html

Closes #3800.

(No files)

Note: See TracChangeset for help on using the changeset viewer.