From aa30b3276d03c1436ac242ba605810db7cc13987 Mon Sep 17 00:00:00 2001 From: Michael Kerrisk Date: Wed, 9 Nov 2016 14:13:12 +0100 Subject: [PATCH] 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 --- man3/aio_suspend.3 | 6 ++++++ 1 file changed, 6 insertions(+) diff --git a/man3/aio_suspend.3 b/man3/aio_suspend.3 index 3c8f71308..788538801 100644 --- a/man3/aio_suspend.3 +++ b/man3/aio_suspend.3 @@ -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),