From 0af646b20ae4bc0ac337c9cf16ca76dcc36ef278 Mon Sep 17 00:00:00 2001 From: Peng Haitao Date: Mon, 21 Jul 2014 11:36:31 +0800 Subject: [PATCH] catopen.3: ATTRIBUTES: Note functions that are thread-safe The functions catopen() and catclose() are thread safe. Signed-off-by: Peng Haitao Signed-off-by: Michael Kerrisk --- man3/catopen.3 | 15 +++++++++++++++ 1 file changed, 15 insertions(+) diff --git a/man3/catopen.3 b/man3/catopen.3 index c557c3f20..01481215f 100644 --- a/man3/catopen.3 +++ b/man3/catopen.3 @@ -143,6 +143,21 @@ is set to The language to use if .I flag is 0. +.SH ATTRIBUTES +For an explanation of the terms used in this section, see +.BR attributes (7). +.TS +allbox; +lb lb lb +l l l. +Interface Attribute Value +T{ +.BR catopen () +T} Thread safety MT-Safe env +T{ +.BR catclose () +T} Thread safety MT-Safe +.TE .SH CONFORMING TO POSIX.1-2001. .\" In XPG 1987, Vol. 3 it says: