From eab0df17366943a1acaaa368315c999064a62c61 Mon Sep 17 00:00:00 2001 From: Michael Kerrisk Date: Sun, 19 Jul 2015 14:48:53 +0200 Subject: [PATCH] dlerror.3: ATTRIBUTES: Note function that is thread-safe After research, we think * dlerror() is thread-safe. But, there are not markings of it in glibc document. [mtk: Split out patch for formerly single dlopen.3 page] Signed-off-by: Zeng Linggang Signed-off-by: Michael Kerrisk --- man3/dlerror.3 | 12 ++++++++++++ 1 file changed, 12 insertions(+) diff --git a/man3/dlerror.3 b/man3/dlerror.3 index 6eb1ca5f85..d180cc7557 100644 --- a/man3/dlerror.3 +++ b/man3/dlerror.3 @@ -48,6 +48,18 @@ it was last called. .SH VERSIONS .BR dlerror () is present in glibc 2.0 and later. +.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 dlerror () +T} Thread safety MT-Safe +.TE .SH CONFORMING TO POSIX.1-2001. .SH NOTES -- 2.47.2