From 0b0a32b833523569101eac45d7d5550bcfa53be9 Mon Sep 17 00:00:00 2001 From: Peng Haitao Date: Wed, 26 Jun 2013 16:57:38 +0800 Subject: [PATCH] aio_return.3: ATTRIBUTES: Note function that is thread-safe The function aio_return() is thread safe. Signed-off-by: Peng Haitao Signed-off-by: Michael Kerrisk --- man3/aio_return.3 | 5 +++++ 1 file changed, 5 insertions(+) diff --git a/man3/aio_return.3 b/man3/aio_return.3 index c2c428dbb..962f2389d 100644 --- a/man3/aio_return.3 +++ b/man3/aio_return.3 @@ -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