MCPcopy Create free account
hub / github.com/FEX-Emu/FEX / sigaction

Class sigaction

Source/Common/FEXServerClient.cpp:258–258  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

256 // We want to ignore the signal so that if FEXServer starts in daemon mode, it
257 // doesn't leave a zombie process around waiting for something to get the result.
258 struct sigaction action {};
259 action.sa_handler = SIG_IGN;
260 sigaction(SIGCHLD, &action, &action);
261

Callers 1

ConnectToAndStartServerFunction · 0.70

Calls

no outgoing calls

Tested by

no test coverage detected