Re latest commit [r11543]:

As far as I understand SO_NOSIGPIPE is BSD-only, and not available on Linux.
The only compatible option seems to be

signal(SIGPIPE, SIG_IGN);
_______________________________________________
Oorexx-devel mailing list
Oorexx-devel@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/oorexx-devel

Reply via email to