summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorRoland McGrath <roland@gnu.org>1994-10-26 05:37:18 +0000
committerRoland McGrath <roland@gnu.org>1994-10-26 05:37:18 +0000
commit29f51998cbd6b90982bb161a3834895d09c993cb (patch)
treedb2eb0abb02fc9525befa65c9aa5015de281a877
parenta24b777239001b78b9e7abdd2c6c64c819e739f4 (diff)
(Non-Local Exits and Signals): Remove old !!! comment.
-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