DragonFly commits List (threaded) for 2010-10
[
Date Prev][
Date Next]
[
Thread Prev][
Thread Next]
[
Date Index][
Thread Index]
git: send(2) - Add MSG_NOSIGNAL flag.
commit e2c70b77729d9057309bc70446be09ef30486ec9
Author: Antonio Huete Jimenez <tuxillo@quantumachine.net>
Date: Wed Oct 6 22:16:03 2010 +0200
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.
Summary of changes:
lib/libc/sys/send.2 | 10 ++++++++--
sys/kern/uipc_syscalls.c | 3 +--
sys/sys/socket.h | 2 +-
3 files changed, 10 insertions(+), 5 deletions(-)
http://gitweb.dragonflybsd.org/dragonfly.git/commitdiff/e2c70b77729d9057309bc70446be09ef30486ec9
--
DragonFly BSD source repository
[
Date Prev][
Date Next]
[
Thread Prev][
Thread Next]
[
Date Index][
Thread Index]