summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorPeng Haitao <penght@cn.fujitsu.com>2013-09-02 13:30:51 +0800
committerMichael Kerrisk <mtk.manpages@gmail.com>2013-09-02 07:47:38 +0200
commitf7dbb1ea6228194bd4c0d673b1aac5a79441a2d6 (patch)
tree2b6d7b7a25fd626025a9d6b18a8db69d4fa01080
parentc242417af492b6e6d7200665d24208b2cb3857dc (diff)
telldir.3: ATTRIBUTES: Note function that is thread-safe
The function telldir() 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/telldir.37
1 files changed, 6 insertions, 1 deletions
diff --git a/man3/telldir.3 b/man3/telldir.3
index 1b241b67..c61f1f29 100644
--- a/man3/telldir.3
+++ b/man3/telldir.3
@@ -27,7 +27,7 @@
.\" Lewine's _POSIX Programmer's Guide_ (O'Reilly & Associates, 1991)
.\" 386BSD man pages
.\" Modified Sat Jul 24 17:48:42 1993 by Rik Faith (faith@cs.unc.edu)
-.TH TELLDIR 3 2013-03-24 "" "Linux Programmer's Manual"
+.TH TELLDIR 3 2013-09-02 "" "Linux Programmer's Manual"
.SH NAME
telldir \- return current location in directory stream
.SH SYNOPSIS
@@ -61,6 +61,11 @@ is set appropriately.
.TP
.B EBADF
Invalid directory stream descriptor \fIdirp\fP.
+.SH ATTRIBUTES
+.SS Multithreading (see pthreads(7))
+The
+.BR telldir ()
+function is thread-safe.
.SH CONFORMING TO
4.3BSD, POSIX.1-2001.
.SH NOTES