MCPcopy Create free account
hub / github.com/FirebirdSQL/firebird / sigaction

Class sigaction

extern/editline/src/sig.c:162–162  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

160 size_t i;
161 sigset_t oset;
162 struct sigaction osa, nsa;
163
164 nsa.sa_handler = sig_handler;
165 nsa.sa_flags = 0;

Callers 3

sig_handlerFunction · 0.70
sig_setFunction · 0.70
sig_clrFunction · 0.70

Calls

no outgoing calls

Tested by

no test coverage detected