Signal handling contains implementation-defined and undefined behavior.

Noncompliant Code Example

#include <signal.h> /* Noncompliant */

See