MCPcopy Create free account
hub / github.com/DeNA/HandlerSocket-Plugin-for-MySQL / ignore_sigpipe

Function ignore_sigpipe

libhsclient/socket.cpp:23–29  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

21namespace dena {
22
23void
24ignore_sigpipe()
25{
26 if (signal(SIGPIPE, SIG_IGN) == SIG_ERR) {
27 fatal_abort("SIGPIPE SIG_IGN");
28 }
29}
30
31void
32socket_args::set(const config& conf)

Callers 1

hstest_mainFunction · 0.85

Calls 1

fatal_abortFunction · 0.85

Tested by 1

hstest_mainFunction · 0.68