diff options
| author | Peng Haitao <penght@cn.fujitsu.com> | 2013-10-22 09:35:16 +0800 |
|---|---|---|
| committer | Michael Kerrisk <mtk.manpages@gmail.com> | 2013-10-26 11:25:53 +1300 |
| commit | d1dcc57fbaa0e4a624be64648d3c14ffe261588c (patch) | |
| tree | d726588c450a6f92310d1c4e8ef6965f0b4d09d4 | |
| parent | 3d678a4c57c69c7af26bc55a50eb334994435a54 (diff) | |
| download | man-pages-d1dcc57fbaa0e4a624be64648d3c14ffe261588c.tar.gz | |
bcopy.3: ATTRIBUTES: Note function that is thread-safe
The function bcopy() 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/bcopy.3 | 7 |
1 files changed, 6 insertions, 1 deletions
diff --git a/man3/bcopy.3 b/man3/bcopy.3 index 2c794349b3..81891d395b 100644 --- a/man3/bcopy.3 +++ b/man3/bcopy.3 @@ -30,7 +30,7 @@ .\" Modified Sun Feb 26 14:52:00 1995 by Rik Faith <faith@cs.unc.edu> .\" Modified Tue Oct 22 23:48:10 1996 by Eric S. Raymond <esr@thyrsus.com> .\" " -.TH BCOPY 3 2009-03-15 "Linux" "Linux Programmer's Manual" +.TH BCOPY 3 2013-10-22 "Linux" "Linux Programmer's Manual" .SH NAME bcopy \- copy byte sequence .SH SYNOPSIS @@ -51,6 +51,11 @@ to The result is correct, even when both areas overlap. .SH RETURN VALUE None. +.SH ATTRIBUTES +.SS Multithreading (see pthreads(7)) +The +.BR bcopy () +function is thread-safe. .SH CONFORMING TO 4.3BSD. This function is deprecated (marked as LEGACY in POSIX.1-2001): use |
