diff options
author | Peng Haitao <penght@cn.fujitsu.com> | 2014-06-11 16:25:40 +0800 |
---|---|---|
committer | Michael Kerrisk <mtk.manpages@gmail.com> | 2014-06-11 10:39:43 +0200 |
commit | 6a40408580fee838492d6cdee343002b0e7b44d0 (patch) | |
tree | 41d7c6e006abbbb740c3c1a3e7ae3214b0bdf40a | |
parent | 5575c22f3ca740cc6bd37f8940508c61b1f72012 (diff) |
getdirentries.3: ATTRIBUTES: Note function that is thread-safe
The function getdirentries() is thread safe.
Signed-off-by: Peng Haitao <penght@cn.fujitsu.com>
Signed-off-by: Michael Kerrisk <mtk.manpages@gmail.com>
-rw-r--r-- | man3/getdirentries.3 | 5 |
1 files changed, 5 insertions, 0 deletions
diff --git a/man3/getdirentries.3 b/man3/getdirentries.3 index 6b4ad5f28..523bc38f3 100644 --- a/man3/getdirentries.3 +++ b/man3/getdirentries.3 @@ -61,6 +61,11 @@ If an error occurs, \-1 is returned, and is set appropriately. .SH ERRORS See the Linux library source code for details. +.SH ATTRIBUTES +.SS Multithreading (see pthreads(7)) +The +.BR getdirentries () +function is thread-safe. .SH CONFORMING TO Not in POSIX.1-2001. Present on the BSDs, and a few other systems. |