From: Zeyd M. Ben-Halim (zmbenhal@netcom.com)
Date: 02/08/93


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