X-Git-Url: http://erislabs.net/gitweb/?a=blobdiff_plain;f=doc%2Fposix-headers%2Fsignal.texi;h=860a79da83d22c9644a6f5d83874cc8eeebbca63;hb=b314ca18dc36e59297f66b2508fd58535a1cd724;hp=924408992f0fbe657f9b1f9f83745f0b4b068c41;hpb=a3f953e86848ed858ed655bba12a7fbbab57f1c5;p=gnulib.git diff --git a/doc/posix-headers/signal.texi b/doc/posix-headers/signal.texi index 924408992..860a79da8 100644 --- a/doc/posix-headers/signal.texi +++ b/doc/posix-headers/signal.texi @@ -10,18 +10,25 @@ Portability problems fixed by Gnulib: @item @code{sigset_t} is only declared in 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