send(2) - Add MSG_NOSIGNAL flag.
authorAntonio Huete Jimenez <tuxillo@quantumachine.net>
Wed, 6 Oct 2010 20:16:03 +0000 (22:16 +0200)
committerAntonio Huete Jimenez <tuxillo@quantumachine.net>
Wed, 6 Oct 2010 20:16:03 +0000 (22:16 +0200)
commite2c70b77729d9057309bc70446be09ef30486ec9
tree6d95796e966759915806d505d938b5140c86bd82
parent651eeb0740b1a1f4da39f6a90b4f740c05085165
send(2) - Add MSG_NOSIGNAL flag.

POSIX:2008 introduces the MSG_NOSIGNAL flag that requests
not to send the SIGPIPE signal if an attempt to send
is made on a stream-oriented socket that is no longer
connected. The EPIPE error shall still be returned.

This fixes the build of multimedia/gst-plugins-bad in
current pkgsrc.
lib/libc/sys/send.2
sys/kern/uipc_syscalls.c
sys/sys/socket.h