aboutsummaryrefslogtreecommitdiffstats
path: root/man3
diff options
context:
space:
mode:
Diffstat (limited to 'man3')
-rw-r--r--man3/aio_error.35
1 files changed, 5 insertions, 0 deletions
diff --git a/man3/aio_error.3 b/man3/aio_error.3
index 8ec04e2e53..cd4ccce0c6 100644
--- a/man3/aio_error.3
+++ b/man3/aio_error.3
@@ -79,6 +79,11 @@ is not implemented.
The
.BR aio_error ()
function is available since glibc 2.1.
+.SH ATTRIBUTES
+.SS Multithreading (see pthreads(7))
+The
+.BR aio_error ()
+function is thread-safe.
.SH CONFORMING TO
POSIX.1-2001, POSIX.1-2008.
.SH EXAMPLE