summaryrefslogtreecommitdiff
path: root/doc/posix-functions/siglongjmp.texi
diff options
context:
space:
mode:
authorEric Blake <ebb9@byu.net>2008-06-06 10:50:17 -0600
committerEric Blake <ebb9@byu.net>2008-06-06 11:32:18 -0600
commit8018d5eb28aa074c6e93b9840e533eb8d6c5ceca (patch)
tree51424d38d48bda31c6b589f791ac988ddc62f1d6 /doc/posix-functions/siglongjmp.texi
parent4a2b4052b869dec9c81a36bef52cbcec38e335a5 (diff)
downloadgnulib-8018d5eb28aa074c6e93b9840e533eb8d6c5ceca.tar.gz
Document abort() bugs.
* doc/posix-functions/abort.texi (abort): Mention anomalies. * doc/posix-functions/setjmp.texi (setjmp): Mingw has setjmp. * doc/posix-functions/sigsetjmp.texi (sigsetjmp): Cygwin has sigsetjmp. * doc/posix-functions/siglongjmp.texi (siglongjmp): Cygwin has siglongjmp, but only as a macro. * doc/posix-functions/_longjmp.texi (_longjmp): Mention that this is obsolete. * doc/posix-functions/_setjmp.texi (_setjmp): Likewise. Signed-off-by: Eric Blake <ebb9@byu.net>
Diffstat (limited to 'doc/posix-functions/siglongjmp.texi')
-rw-r--r--doc/posix-functions/siglongjmp.texi6
1 files changed, 5 insertions, 1 deletions
diff --git a/doc/posix-functions/siglongjmp.texi b/doc/posix-functions/siglongjmp.texi
index 2eb34deb1a..6d7adf5743 100644
--- a/doc/posix-functions/siglongjmp.texi
+++ b/doc/posix-functions/siglongjmp.texi
@@ -14,5 +14,9 @@ Portability problems not fixed by Gnulib:
@itemize
@item
This function is missing on some platforms:
-Cygwin, mingw.
+mingw.
+
+@item
+This is only provided as a macro on some platforms:
+Cygwin.
@end itemize