NEWS.stable: log cherry-pick [90a660c]->[e916d00] autoupdate
[gnulib.git] / doc / posix-functions / abort.texi
index 249b037..865fbc7 100644 (file)
@@ -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