Russ Cox Tue, 07 Nov 2006 16:15:32 -0800
How does one do a time-out using alarm() call? It seems that syscall read() is not aborted by alarm()..
Yes it is. Russ