add new standards subfile
[gnulib.git] / doc / posix-headers / signal.texi
index 9244089..860a79d 100644 (file)
@@ -10,18 +10,25 @@ Portability problems fixed by Gnulib:
 @item
 @code{sigset_t} is only declared in <sys/types.h> on some platforms:
 mingw.
-
 @item
 @code{struct sigaction} and @code{siginfo_t} are missing on some
 platforms:
 mingw.
-
 @item
 @code{struct sigaction} lacks the @code{sa_sigaction} member on some
 platforms:
 Irix 5.3, Interix 3.5.
+@item
+The signal @code{SIGPIPE} is not defined on some platforms:
+mingw.
+@item
+The macro @code{SA_NODEFER} is not defined on some platforms:
+Interix 3.5.
 @end itemize
 
 Portability problems not fixed by Gnulib:
 @itemize
+@item
+Many signals are not defined on some platforms:
+mingw.
 @end itemize