gnu_get_libc_version.3: ATTRIBUTES: Note functions that are thread-safe

The functions gnu_get_libc_version() and gnu_get_libc_release()
are thread safe.

Signed-off-by: Peng Haitao <penght@cn.fujitsu.com>
Signed-off-by: Michael Kerrisk <mtk.manpages@gmail.com>
This commit is contained in:
Peng Haitao 2014-06-18 17:09:07 +08:00 committed by Michael Kerrisk
parent fce328e690
commit 2bee9c149c
1 changed files with 13 additions and 0 deletions

View File

@ -46,6 +46,19 @@ This will be a string such as
.IR "stable" .
.SH VERSIONS
These functions first appeared in glibc in version 2.1.
.SH ATTRIBUTES
For an explanation of the terms used in this section, see
.BR attributes (7).
.TS
allbox;
lbw23 lb lb
l l l.
Interface Attribute Value
T{
.BR gnu_get_libc_version (),
.BR gnu_get_libc_release ()
T} Thread safety MT-Safe
.TE
.SH CONFORMING TO
These functions are glibc-specific.
.SH EXAMPLE