From: zmbenhal@netcom.com (Zeyd M. Ben-Halim) Subject: interaction between read() and SIGALRM Date: Mon, 8 Feb 1993 08:38:31 GMT
How does one get read() to quit if it had been interrupted by a SIGALRM?
Currently, the signal is handled but then it goes back to reading the keyboard.
using SA_INTERRUPT for the sigaction(SIGALRM, ...) does not seem to help.
Zeyd