oldk1331 wrote:
> 
> I think we can ignore SIGPIPE when "send" syscall can return EPIPE:
>

No.  We can ignore SIGPIPE when "send" syscall _will_ return EPIPE
and this happens when we say it to do so.   On Linux we
use MSG_NOSIGNAL for this.  On Mac you found SO_NOSIGPIPE...
So we need appropriate configure magic to find out if
one MSG_NOSIGNAL or SO_NOSIGPIPE is available and conditionals
in code to act on this.

-- 
                              Waldek Hebisch

-- 
You received this message because you are subscribed to the Google Groups 
"FriCAS - computer algebra system" group.
To unsubscribe from this group and stop receiving emails from it, send an email 
to [email protected].
To post to this group, send email to [email protected].
To view this discussion on the web visit 
https://groups.google.com/d/msgid/fricas-devel/E1gmM03-0007MT-UO%40hera.math.uni.wroc.pl.
For more options, visit https://groups.google.com/d/optout.

Reply via email to