Versions Compared

Key

  • This line was added.
  • This line was removed.
  • Formatting was changed.

...

The C89 Committee concluded that about the only thing a strictly conforming program can do in a signal handler is to assign a value to a volatile static variable which can be written uninterruptedly and promptly return.

...