poll tests: Avoid test failure on BSD and Solaris systems.
[gnulib.git] / doc / posix-functions / abort.texi
blob5dc225ea4091dfac4e9fa11b3d66653492ef8d4d
1 @node abort
2 @section @code{abort}
3 @findex abort
5 POSIX specification:@* @url{https://pubs.opengroup.org/onlinepubs/9699919799/functions/abort.html}
7 Gnulib module: ---
9 Portability problems fixed by Gnulib:
10 @itemize
11 @end itemize
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.
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, MSVC 14.
24 @end itemize