aio_return.3: ATTRIBUTES: Note function that is thread-safe

The function aio_return() is thread safe.

Signed-off-by: Peng Haitao <penght@cn.fujitsu.com>
Signed-off-by: Michael Kerrisk <mtk.manpages@gmail.com>
This commit is contained in:
Peng Haitao 2013-06-26 16:57:38 +08:00 committed by Michael Kerrisk
parent 34a8bc858e
commit 0b0a32b833
1 changed files with 5 additions and 0 deletions

View File

@ -74,6 +74,11 @@ is not implemented.
The
.BR aio_return ()
function is available since glibc 2.1.
.SH ATTRIBUTES
.SS Multithreading (see pthreads(7))
The
.BR aio_return ()
function is thread-safe.
.SH CONFORMING TO
POSIX.1-2001, POSIX.1-2008.
.SH EXAMPLE