aboutsummaryrefslogtreecommitdiffstats
path: root/man3
diff options
context:
space:
mode:
Diffstat (limited to 'man3')
-rw-r--r--man3/setbuf.311
1 files changed, 10 insertions, 1 deletions
diff --git a/man3/setbuf.3 b/man3/setbuf.3
index ad9914ffb7..242afcfe13 100644
--- a/man3/setbuf.3
+++ b/man3/setbuf.3
@@ -45,7 +45,7 @@
.\" Correction, 2000-03-03, Andreas Jaeger <aj@suse.de>
.\" Added return value for setvbuf, aeb,
.\"
-.TH SETBUF 3 2012-08-03 "Linux" "Linux Programmer's Manual"
+.TH SETBUF 3 2014-02-18 "Linux" "Linux Programmer's Manual"
.SH NAME
setbuf, setbuffer, setlinebuf, setvbuf \- stream buffering operations
.SH SYNOPSIS
@@ -161,6 +161,15 @@ It may set
on failure.
The other functions do not return a value.
+.SH ATTRIBUTES
+.SS Multithreading (see pthreads(7))
+The
+.BR setbuf (),
+.BR setbuffer (),
+.BR setlinebuf (),
+and
+.BR setvbuf ()
+functions are thread-safe.
.SH CONFORMING TO
The
.BR setbuf ()