aio_suspend.3: Note that the glibc implementation is not async-signal-safe

See https://sourceware.org/bugzilla/show_bug.cgi?id=13172

Signed-off-by: Michael Kerrisk <mtk.manpages@gmail.com>
This commit is contained in:
Michael Kerrisk 2016-11-09 14:13:12 +01:00
parent 46fc35d52b
commit aa30b3276d
1 changed files with 6 additions and 0 deletions

View File

@ -138,6 +138,12 @@ to scan the list of
.I aiocb
structures pointed to by
.IR aiocb_list .
.SH BUGS
The glibc implementation of
.BR aio_suspend ()
is not async-signal-safe,
.\" FIXME . https://sourceware.org/bugzilla/show_bug.cgi?id=13172
in violation of the requirements of POSSIX.1.
.SH SEE ALSO
.BR aio_cancel (3),
.BR aio_error (3),