The GNU C Library - Kinds of Signals

Node: Kinds of Signals Next: Signal Generation Up: Concepts of Signals

Some Kinds of Signals

A signal reports the occurrence of an exceptional event. These are some of the events that can cause (or generate, or raise) a signal:

Each of these kinds of events (excepting explicit calls to kill and raise ) generates its own particular kind of signal. The various kinds of signals are listed and described in detail in Standard Signals.


Next: Signal Generation Up: Concepts of Signals