X-Git-Url: http://erislabs.net/gitweb/?a=blobdiff_plain;f=doc%2Fposix-functions%2Fabort.texi;h=865fbc7c472bc682d36d4b1faf9d4d5e04382e2e;hb=4596125141aeea905bd7ed1a8768f11db7402e41;hp=249b037fb6e2e2a3a8da26176a553c511dadb546;hpb=2b6c08c775ae4e80b52aa41058ea5939f778b44b;p=gnulib.git diff --git a/doc/posix-functions/abort.texi b/doc/posix-functions/abort.texi index 249b037fb..865fbc7c4 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