5.2.3 Signals and interrupts

Previous Table of Contents

267 268 Functions shall be implemented such that they may be interrupted at any time by a signal, or may be called by a signal handler, or both, with no alteration to earlier, but still active, invocations' control flow (after the interruption), function return values, or objects with automatic storage duration.

269 All such objects shall be maintained outside the function image (the instructions that compose the executable representation of a function) on a per-invocation basis.

Next

Created at: 2005-06-29 02:18:53 The text from WG14/N1124 is copyright © ISO