Le jeudi 28 mai 2015, 18:23:27 wm4 a écrit : > OSX does not know MSG_NOSIGNAL, and provides its own non-standard > mechanism instead. I guess Apple hates standards.
Actually, SO_NOSIGPIPE is a BSD thing. It just happens to be so old that Darwin inherited it. (And it was made redundant by MSG_NOSIGNAL on modern BSD, of course.) -- Rémi Denis-Courmont http://www.remlab.net/ _______________________________________________ libav-devel mailing list [email protected] https://lists.libav.org/mailman/listinfo/libav-devel
