summaryrefslogtreecommitdiff
path: root/manual
diff options
context:
space:
mode:
authorRoland McGrath <roland@gnu.org>1994-10-16 23:47:12 +0000
committerRoland McGrath <roland@gnu.org>1994-10-16 23:47:12 +0000
commitab4ae7a9c1aa86b5adfca14715b7c580b3aae46a (patch)
tree0a569cf39d060d97976816702449a7f773027d23 /manual
parent3510ce85b862b316fba374555445372331f182cd (diff)
(Non-Local Exits and Signals): Add not to check siglongjmp atomicity.
Diffstat (limited to 'manual')
-rw-r--r--manual/setjmp.texi1
1 files changed, 1 insertions, 0 deletions
diff --git a/manual/setjmp.texi b/manual/setjmp.texi
index 6fee67186e..e272b02521 100644
--- a/manual/setjmp.texi
+++ b/manual/setjmp.texi
@@ -209,5 +209,6 @@ This is similar to @code{longjmp} except for the type of its @var{state}
argument. If the @code{sigsetjmp} call that set this @var{state} used a
nonzero @var{savesigs} flag, @code{siglongjmp} also restores the set of
blocked signals.
+@c !!! check posix.1 atomicity requirement
@end deftypefun