summaryrefslogtreecommitdiffstats
path: root/configure.in
diff options
context:
space:
mode:
authorLennart Poettering <lennart@poettering.net>2009-04-22 02:54:23 +0200
committerLennart Poettering <lennart@poettering.net>2009-05-15 20:30:15 +0200
commitff0a8993d4716cb7729f4a0ffab9ab242f82b242 (patch)
tree16b1581f7ed9175db9d42733a1b7507bf7bf9296 /configure.in
parent6d2eacba89328029891ffe774ce37df44387cfbb (diff)
sysdeps-unix: Use MSG_NOSIGNAL when available
On Linux send()/sendmsg() know the special flag MSG_NOSIGNAL which if set makes sure that no SIGPIPE signal is raised when we write to a socket that has been disconnected. By using this flag we don't have to play games with SIGPIPE which is pretty ugly stuff since it touches the global process context.
Diffstat (limited to 'configure.in')
0 files changed, 0 insertions, 0 deletions