Versions Compared

Key

  • This line was added.
  • This line was removed.
  • Formatting was changed.
Comment: i didn't think this was a specialization of sig02-c, so i removed that and signed off

Calling the signal() function in a multithreaded program is undefined behavior 135.

This rule is a specific instance of SIG02-C. Avoid using signals to implement normal functionality.

Noncompliant Code Example

...