# Functions
CatchAll catches all signals and relays them to the specified channel.
IsSignalIgnoredBySigProxy determines whether sig-proxy should ignore syscall signal.
ParseSignal translates a string to a valid syscall signal.
ParseSignalNameOrNumber translates a string to a valid syscall signal.
ParseSysSignalToName translates syscall.Signal to its name in the operating system.
StopCatch stops catching the signals and closes the specified channel.
# Constants
Make sure the signal buffer is sufficiently big.
For cross-compilation with Windows.
# Variables
SignalMap is a map of Linux signals.