On Sun, Jul 30, 2000 at 02:57:52PM +0200, Christophe Leroy wrote:
> read() doesn't return on signal. Why ? I want it to return with
> errno=EINTR. How can I do that ?
signal() is deprecated, use sigaction() and friends instead.
These are portable and much more sane interface to signals.
Your problem is adressed by not using a SA_RESTART fleg.
Regards
--
Stano
_______________________________________________
Redhat-devel-list mailing list
[EMAIL PROTECTED]
https://listman.redhat.com/mailman/listinfo/redhat-devel-list