14209a00d9dea03e32a6c67673f2524f574c0f5c
[gnulib.git] / doc / posix-functions / abort.texi
1 @node abort
2 @section @code{abort}
3 @findex abort
4
5 POSIX specification: @url{http://www.opengroup.org/onlinepubs/9699919799/functions/abort.html}
6
7 Gnulib module: ---
8
9 Portability problems fixed by Gnulib:
10 @itemize
11 @end itemize
12
13 Portability problems not fixed by Gnulib:
14 @itemize
15 @item
16 Some platforms mistakenly close all stdio streams prior to raising
17 SIGABRT:
18 Cygwin 1.5.x.
19
20 @item
21 Some platforms always print a message to stderr, even if a SIGABRT handler
22 uses longjmp to resume execution at a safe point:
23 mingw.
24 @end itemize