From d07e37e2df789c2b1a707ff6fae3e7814bee60ab Mon Sep 17 00:00:00 2001 From: Ulrich Drepper Date: Mon, 15 Feb 1999 09:25:37 +0000 Subject: Update. 1999-02-15 Andreas Jaeger * manual/llio.texi (Waiting for I/O): Correct meaning. Patch by Jochen Voss [PR libc/969]. * manual/setjmp.texi (Non-Local Exits and Signals): Fix typo. Patch by Jochen Voss [PR libc/970]. --- manual/setjmp.texi | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'manual/setjmp.texi') diff --git a/manual/setjmp.texi b/manual/setjmp.texi index 6e3408c8c1..f6799912eb 100644 --- a/manual/setjmp.texi +++ b/manual/setjmp.texi @@ -176,7 +176,7 @@ In BSD Unix systems, @code{setjmp} and @code{longjmp} also save and restore the set of blocked signals; see @ref{Blocking Signals}. However, the POSIX.1 standard requires @code{setjmp} and @code{longjmp} not to change the set of blocked signals, and provides an additional pair of -functions (@code{sigsetjmp} and @code{sigsetjmp}) to get the BSD +functions (@code{sigsetjmp} and @code{siglongjmp}) to get the BSD behavior. The behavior of @code{setjmp} and @code{longjmp} in the GNU library is -- cgit v1.2.1