]> Zhao Yanbai Git Server - minix.git/commit
Do not hide the MSG_NOSIGNAL flag 24/3324/1
authorDavid van Moolenbroek <david@minix3.org>
Mon, 9 May 2016 09:55:07 +0000 (09:55 +0000)
committerDavid van Moolenbroek <david@minix3.org>
Sat, 18 Jun 2016 12:20:48 +0000 (12:20 +0000)
commit53d2fa057ee88a709bcc793d3c777acad2c2a2ee
treee9922816f4b1bb7990390e9e370fe7600a936076
parent8bda47ed96826353b74ad4992301814d9dd7c7dc
Do not hide the MSG_NOSIGNAL flag

Instead, filter it in libc for old networking implementations, as
those do not support sending SIGPIPE to user processes anyway.  This
change allows newer socket drivers to implement the flag as per the
specification.

Change-Id: I423bdf28ca60f024a344d0a73e2eab38f1b269da
minix/lib/libc/sys/sendmsg.c
minix/lib/libc/sys/sendto.c
sys/sys/socket.h