MCPcopy Create free account
hub / github.com/MariaDB/server / ignore_sigpipe

Function ignore_sigpipe

plugin/handler_socket/libhsclient/socket.cpp:22–28  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

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

Callers 1

hstest_mainFunction · 0.85

Calls 1

fatal_abortFunction · 0.85

Tested by 1

hstest_mainFunction · 0.68