Tweak patch that overrides open() and fopen().
[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 @end itemize
25
26 Portability problems not fixed by Gnulib:
27 @itemize
28 @item
29 Many signals are not defined on some platforms:
30 mingw.
31 @end itemize