setjmp.3: wfix

Reported-by: Stephan Bergmann <sbergman@redhat.com>
Signed-off-by: Michael Kerrisk <mtk.manpages@gmail.com>
This commit is contained in:
Michael Kerrisk 2016-02-17 12:08:38 +01:00
parent 2705ab400a
commit 332aaf19ff
1 changed files with 1 additions and 1 deletions

View File

@ -310,7 +310,7 @@ such as the steps equivalent to
that occur upon a return from the initial call to
.IR main ()),
the behavior is undefined if the program subsequently makes a call to
a non-async-signal-safe.
a non-async-signal-safe function.
The only way of avoiding undefined behavior is to ensure one of the following:
.IP * 3
After long jumping from the signal handler,