Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
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
20
namespace dena {
21
22
void
23
ignore_sigpipe()
24
{
25
if (signal(SIGPIPE, SIG_IGN) == SIG_ERR) {
26
fatal_abort(
"SIGPIPE SIG_IGN"
);
27
}
28
}
29
30
void
31
socket_args::set(const config& conf)
Callers
1
hstest_main
Function · 0.85
Calls
1
fatal_abort
Function · 0.85
Tested by
1
hstest_main
Function · 0.68