git: send(2) - Add MSG_NOSIGNAL flag.

Antonio Huete Jimenez tuxillo at crater.dragonflybsd.org
Wed Oct 6 13:21:17 PDT 2010


commit e2c70b77729d9057309bc70446be09ef30486ec9
Author: Antonio Huete Jimenez <tuxillo at 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





More information about the Commits mailing list