attributes.7: srcfix

Signed-off-by: Michael Kerrisk <mtk.manpages@gmail.com>
This commit is contained in:
Michael Kerrisk 2014-10-18 12:16:48 +02:00
parent 7ea9e6bb15
commit 979c15ab15
1 changed files with 3 additions and 3 deletions

View File

@ -567,9 +567,9 @@ There is no safe way to guarantee the original signal handler is
restored in case of asynchronous cancellation, restored in case of asynchronous cancellation,
therefore so-marked functions are also AC-Unsafe. therefore so-marked functions are also AC-Unsafe.
.\" fixme: at least deferred cancellation should get it right, and would .\" .\" fixme: at least deferred cancellation should get it right, and would
.\" obviate the restoring bit below, and the qualifier above. .\" .\" obviate the restoring bit below, and the qualifier above.
.\"
Besides the measures recommended to work around the Besides the measures recommended to work around the
MT-Safety and AS-Safety problem, MT-Safety and AS-Safety problem,
in order to avert the cancellation problem, in order to avert the cancellation problem,