]> git.ipfire.org Git - thirdparty/man-pages.git/commitdiff
bcopy.3: ATTRIBUTES: Note function that is thread-safe
authorPeng Haitao <penght@cn.fujitsu.com>
Tue, 22 Oct 2013 01:35:16 +0000 (09:35 +0800)
committerMichael Kerrisk <mtk.manpages@gmail.com>
Fri, 25 Oct 2013 22:25:53 +0000 (11:25 +1300)
The function bcopy() is thread safe.

Signed-off-by: Peng Haitao <penght@cn.fujitsu.com>
Signed-off-by: Michael Kerrisk <mtk.manpages@gmail.com>
man3/bcopy.3

index 2c794349b3cb54e10aec24382de715090bb46104..81891d395b9d5159ff0ff707fcf01b253a1a645d 100644 (file)
@@ -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