From 332aaf19ff78cdadc04921ced7ebcfbbb4847774 Mon Sep 17 00:00:00 2001 From: Michael Kerrisk Date: Wed, 17 Feb 2016 12:08:38 +0100 Subject: [PATCH] setjmp.3: wfix Reported-by: Stephan Bergmann Signed-off-by: Michael Kerrisk --- man3/setjmp.3 | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/man3/setjmp.3 b/man3/setjmp.3 index 51de8a8ba..a3f696c73 100644 --- a/man3/setjmp.3 +++ b/man3/setjmp.3 @@ -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,