avoid some overlong lines from posix urls, etc.
[gnulib.git] / doc / posix-headers / signal.texi
1 @node signal.h
2 @section @file{signal.h}
3
4 POSIX specification:@* @url{http://www.opengroup.org/susv3xbd/signal.h.html}
5
6 Gnulib module: signal
7
8 Portability problems fixed by Gnulib:
9 @itemize
10 @item
11 @code{volatile sig_atomic_t} is rejected by older compilers on some
12 platforms:
13 AIX.
14 @item
15 @code{sigset_t} is only declared in <sys/types.h> on some platforms:
16 mingw.
17 @item
18 @code{struct sigaction} and @code{siginfo_t} are missing on some
19 platforms:
20 mingw.
21 @item
22 @code{struct sigaction} lacks the @code{sa_sigaction} member on some
23 platforms:
24 Irix 5.3, Interix 3.5.
25 @item
26 The signal @code{SIGPIPE} is not defined on some platforms:
27 mingw.
28 @item
29 The macro @code{SA_NODEFER} is not defined on some platforms:
30 Interix 3.5.
31 @end itemize
32
33 Portability problems not fixed by Gnulib:
34 @itemize
35 @item
36 Many signals are not defined on some platforms:
37 mingw.
38 @end itemize