X-Git-Url: http://erislabs.net/gitweb/?a=blobdiff_plain;f=doc%2Fposix-functions%2Fabort.texi;h=14209a00d9dea03e32a6c67673f2524f574c0f5c;hb=54b5ce0e1a4f6a4af37f970e45e6e173e5b0a1c6;hp=249b037fb6e2e2a3a8da26176a553c511dadb546;hpb=2b6c08c775ae4e80b52aa41058ea5939f778b44b;p=gnulib.git diff --git a/doc/posix-functions/abort.texi b/doc/posix-functions/abort.texi index 249b037fb..14209a00d 100644 --- a/doc/posix-functions/abort.texi +++ b/doc/posix-functions/abort.texi @@ -2,7 +2,7 @@ @section @code{abort} @findex abort -POSIX specification: @url{http://www.opengroup.org/susv3xsh/abort.html} +POSIX specification: @url{http://www.opengroup.org/onlinepubs/9699919799/functions/abort.html} Gnulib module: --- @@ -12,4 +12,13 @@ Portability problems fixed by Gnulib: Portability problems not fixed by Gnulib: @itemize +@item +Some platforms mistakenly close all stdio streams prior to raising +SIGABRT: +Cygwin 1.5.x. + +@item +Some platforms always print a message to stderr, even if a SIGABRT handler +uses longjmp to resume execution at a safe point: +mingw. @end itemize