summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-rw-r--r--manual/setjmp.texi1
1 files changed, 0 insertions, 1 deletions
diff --git a/manual/setjmp.texi b/manual/setjmp.texi
index e272b02521..6fee67186e 100644
--- a/manual/setjmp.texi
+++ b/manual/setjmp.texi
@@ -209,6 +209,5 @@ 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