Define a dummy SA_NODEFER macro on Interix.
[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{sigset_t} is only declared in <sys/types.h> on some platforms:
12 mingw.
13 @item
14 @code{struct sigaction} and @code{siginfo_t} are missing on some
15 platforms:
16 mingw.
17 @item
18 @code{struct sigaction} lacks the @code{sa_sigaction} member on some
19 platforms:
20 Irix 5.3, Interix 3.5.
21 @item
22 The signal @code{SIGPIPE} is not defined on some platforms:
23 mingw.
24 @item
25 The macro @code{SA_NODEFER} is not defined on some platforms:
26 Interix 3.5.
27 @end itemize
28
29 Portability problems not fixed by Gnulib:
30 @itemize
31 @item
32 Many signals are not defined on some platforms:
33 mingw.
34 @end itemize