diff options
| author | Peng Haitao <penght@cn.fujitsu.com> | 2013-06-26 16:47:10 +0800 |
|---|---|---|
| committer | Michael Kerrisk <mtk.manpages@gmail.com> | 2013-06-27 00:34:02 +0200 |
| commit | 34a8bc858e68513aa42652cef4414715fa8806a3 (patch) | |
| tree | 1ef3aa53397b568f25b1eae8f8140b54ed784163 /man3/aio_error.3 | |
| parent | d768f1d966fb7f00aaba34f9ee16217e6f3cc78b (diff) | |
| download | man-pages-34a8bc858e68513aa42652cef4414715fa8806a3.tar.gz | |
aio_error.3: ATTRIBUTES: Note function that is thread-safe
The function aio_error() is thread safe.
Signed-off-by: Peng Haitao <penght@cn.fujitsu.com>
Signed-off-by: Michael Kerrisk <mtk.manpages@gmail.com>
Diffstat (limited to 'man3/aio_error.3')
| -rw-r--r-- | man3/aio_error.3 | 5 |
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 |
