X-Git-Url: http://erislabs.net/gitweb/?a=blobdiff_plain;ds=sidebyside;f=doc%2Fposix-headers%2Fsignal.texi;h=05be64b25922df34c5312095e717ecbeb479f85c;hb=2d4d7d9d00fe33b6f5291e00a30b6c1016775b74;hp=d9c2e5a1b0e7577ba706579db51238d5f86f2197;hpb=b5298eb7a71c5ae0a2320a99dd3965ef8df33648;p=gnulib.git diff --git a/doc/posix-headers/signal.texi b/doc/posix-headers/signal.texi index d9c2e5a1b..05be64b25 100644 --- a/doc/posix-headers/signal.texi +++ b/doc/posix-headers/signal.texi @@ -8,6 +8,10 @@ Gnulib module: signal Portability problems fixed by Gnulib: @itemize @item +@code{volatile sig_atomic_t} is rejected by older compilers on some +platforms: +AIX. +@item @code{sigset_t} is only declared in on some platforms: mingw. @item @@ -21,6 +25,9 @@ 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: