MCPcopy Create free account
hub / github.com/apache/httpd / sigaction

Class sigaction

server/mpm_unix.c:1048–1048  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

1046{
1047#ifndef NO_USE_SIGACTION
1048 struct sigaction sa;
1049
1050 memset(&sa, 0, sizeof sa);
1051 sigemptyset(&sa.sa_mask);

Callers 1

ap_fatal_signal_setupFunction · 0.70

Calls

no outgoing calls

Tested by

no test coverage detected