diff options
| author | Peng Haitao <penght@cn.fujitsu.com> | 2014-02-18 17:26:28 +0800 |
|---|---|---|
| committer | Michael Kerrisk <mtk.manpages@gmail.com> | 2014-02-26 17:42:59 +0100 |
| commit | cd78e7f29b8dfc49ccb99c04eeb90309d1738352 (patch) | |
| tree | 0c2c29e578cdea076537450ea7607610521b3494 /man3 | |
| parent | ef0a5e7333020a83127dde887b49be569e152148 (diff) | |
| download | man-pages-cd78e7f29b8dfc49ccb99c04eeb90309d1738352.tar.gz | |
setbuf.3: ATTRIBUTES: Note functions that are thread-safe
The functions setbuf(), setbuffer(), setlinebuf() and setvbuf()
are thread safe.
Signed-off-by: Peng Haitao <penght@cn.fujitsu.com>
Signed-off-by: Michael Kerrisk <mtk.manpages@gmail.com>
Diffstat (limited to 'man3')
| -rw-r--r-- | man3/setbuf.3 | 11 |
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 () |
