summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-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