From 988517af15c6ed5945dbaf632ab7d0bdf191998d Mon Sep 17 00:00:00 2001 From: Ma Shimiao Date: Wed, 4 Mar 2015 13:21:38 +0800 Subject: [PATCH] wctob.3: ATTRIBUTES: Note function that is thread-safe The marking matches glibc marking. Signed-off-by: Ma Shimiao Signed-off-by: Michael Kerrisk --- man3/wctob.3 | 13 +++++++++++++ 1 file changed, 13 insertions(+) diff --git a/man3/wctob.3 b/man3/wctob.3 index 89a3d1f14..e7b0f5a3e 100644 --- a/man3/wctob.3 +++ b/man3/wctob.3 @@ -47,6 +47,19 @@ function returns the single-byte representation of if it exists, of .B EOF otherwise. +.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 wctob () +T} Thread safety MT-Safe +.TE + .SH CONFORMING TO C99. .SH NOTES