diff options
author | Bruno Haible <bruno@clisp.org> | 2008-06-22 22:02:39 +0200 |
---|---|---|
committer | Bruno Haible <bruno@clisp.org> | 2008-06-22 22:02:39 +0200 |
commit | 8e23c2d799d4739dcb0cdd4d5dbc12b7ebf055c5 (patch) | |
tree | ac7da76eef094605405722154233cd1ef69d24d8 /doc/posix-functions/siginterrupt.texi | |
parent | 371a3a2d058f3709baeeb0dbe18ae21ddb11ea90 (diff) | |
download | gnulib-8e23c2d799d4739dcb0cdd4d5dbc12b7ebf055c5.tar.gz |
Move and fix the obsolescence note.
Diffstat (limited to 'doc/posix-functions/siginterrupt.texi')
-rw-r--r-- | doc/posix-functions/siginterrupt.texi | 6 |
1 files changed, 3 insertions, 3 deletions
diff --git a/doc/posix-functions/siginterrupt.texi b/doc/posix-functions/siginterrupt.texi index 68ac3c5f25..74d8390d54 100644 --- a/doc/posix-functions/siginterrupt.texi +++ b/doc/posix-functions/siginterrupt.texi @@ -15,7 +15,7 @@ Portability problems not fixed by Gnulib: @item This function is missing on some platforms: Solaris 2.5.1, mingw, Interix 3.5, BeOS. - -@item -POSIX recommends using @code{sigaction} with SA_NODEFER instead. @end itemize + +Note: POSIX recommends using @code{sigaction} with SA_RESTART instead of +@code{siginterrupt (sig, 0)}. |