aboutsummaryrefslogtreecommitdiffstats
path: root/man3/remove.3
diff options
context:
space:
mode:
authorPeng Haitao <penght@cn.fujitsu.com>2014-03-10 11:13:32 +0800
committerMichael Kerrisk <mtk.manpages@gmail.com>2014-03-10 15:09:01 +0100
commitaaff622e8c47f9c5367f5fa13a33dcad90e44136 (patch)
tree1cb3e1e110a02a493b3fd053c30ae779e12d50db /man3/remove.3
parent24bd2288e4abc766cb15ee0b1e61603231b9ebce (diff)
downloadman-pages-aaff622e8c47f9c5367f5fa13a33dcad90e44136.tar.gz
remove.3: ATTRIBUTES: Note function that is thread-safe
The function remove() is thread safe. Signed-off-by: Peng Haitao <penght@cn.fujitsu.com> Signed-off-by: Michael Kerrisk <mtk.manpages@gmail.com>
Diffstat (limited to 'man3/remove.3')
-rw-r--r--man3/remove.37
1 files changed, 6 insertions, 1 deletions
diff --git a/man3/remove.3 b/man3/remove.3
index 863688b2a2..fbcbbc7d3b 100644
--- a/man3/remove.3
+++ b/man3/remove.3
@@ -28,7 +28,7 @@
.\" the source, must acknowledge the copyright and authors of this work.
.\" %%%LICENSE_END
.\"
-.TH REMOVE 3 2008-12-03 "GNU" "Linux Programmer's Manual"
+.TH REMOVE 3 2014-03-10 "GNU" "Linux Programmer's Manual"
.SH NAME
remove \- remove a file or directory
.SH SYNOPSIS
@@ -67,6 +67,11 @@ The errors that occur are those for
.BR unlink (2)
and
.BR rmdir (2).
+.SH ATTRIBUTES
+.SS Multithreading (see pthreads(7))
+The
+.BR remove ()
+function is thread-safe.
.SH CONFORMING TO
C89, C99, 4.3BSD, POSIX.1-2001.
.SH NOTES