The function sockatmark() is thread safe. Signed-off-by: Peng Haitao <penght@xxxxxxxxxxxxxx> --- man3/sockatmark.3 | 7 ++++++- 1 file changed, 6 insertions(+), 1 deletion(-) diff --git a/man3/sockatmark.3 b/man3/sockatmark.3 index b7e38ca..6a90f89 100644 --- a/man3/sockatmark.3 +++ b/man3/sockatmark.3 @@ -22,7 +22,7 @@ .\" the source, must acknowledge the copyright and authors of this work. .\" %%%LICENSE_END .\" -.TH SOCKATMARK 3 2008-12-03 "Linux" "Linux Programmer's Manual" +.TH SOCKATMARK 3 2014-02-28 "Linux" "Linux Programmer's Manual" .SH NAME sockatmark \- determine whether socket is at out-of-band mark .SH SYNOPSIS @@ -70,6 +70,11 @@ can be applied. .SH VERSIONS .BR sockatmark () was added to glibc in version 2.2.4. +.SH ATTRIBUTES +.SS Multithreading (see pthreads(7)) +The +.BR sockatmark () +function is thread-safe. .SH CONFORMING TO POSIX.1-2001. .SH NOTES -- 1.8.5.3 -- To unsubscribe from this list: send the line "unsubscribe linux-man" in the body of a message to majordomo@xxxxxxxxxxxxxxx More majordomo info at http://vger.kernel.org/majordomo-info.html