SIG_IGN macro — Ignore signal
void (*SIG_IGN)(int)
The SIG_IGN macro tells signal to ignore a signal. The macro expands to a constant whose value is suitable as the second argument to the signal function.
SIG_IGN
signal