summaryrefslogtreecommitdiff
path: root/docs
diff options
context:
space:
mode:
authorEric Milkie <milkie@10gen.com>2012-07-23 10:48:08 -0400
committerEric Milkie <milkie@10gen.com>2012-07-27 11:33:21 -0400
commit6aa80782bc30162efb8f736863ed4b6bf2e94244 (patch)
tree7ce1b4ee88d26fd5c70fa54500c56d7b13d2b643 /docs
parentc88805a6f6447458290719703887fb736692359e (diff)
downloadmongo-6aa80782bc30162efb8f736863ed4b6bf2e94244.tar.gz
SERVER-6509 ignore SIGPIPE rather than printing a message
Solaris was crashing because we were using signal() instead of sigaction() to install the dummy signal handler for SIGPIPE. SIGPIPE is supressed via the socket library on other operating systems but this is not an option on Solaris. Conflicts: db/db.cpp
Diffstat (limited to 'docs')
0 files changed, 0 insertions, 0 deletions