From 24d428e445e31d042b7c09bb595fc446069d3cd8 Mon Sep 17 00:00:00 2001 From: Ma Shimiao Date: Wed, 25 Feb 2015 16:00:46 +0800 Subject: [PATCH] assert_perror.3: ATTRIBUTES: Note function that is thread-safe It's marking matches glibc marking. Signed-off-by: Ma Shimiao Signed-off-by: Michael Kerrisk --- man3/assert_perror.3 | 13 +++++++++++++ 1 file changed, 13 insertions(+) diff --git a/man3/assert_perror.3 b/man3/assert_perror.3 index b68722180..2ff3fefd5 100644 --- a/man3/assert_perror.3 +++ b/man3/assert_perror.3 @@ -56,6 +56,19 @@ line number of the macro call, and the output of .IR strerror(errnum) . .SH RETURN VALUE No value is returned. +.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 assert_perror () +T} Thread safety MT-Safe +.TE + .SH CONFORMING TO This is a GNU extension. .SH BUGS