diff options
| author | Ma Shimiao <mashimiao.fnst@cn.fujitsu.com> | 2015-02-25 15:53:16 +0800 |
|---|---|---|
| committer | Michael Kerrisk <mtk.manpages@gmail.com> | 2015-02-27 14:44:32 +0100 |
| commit | d1e3ce2bd27162b6080e70a5355a6974e816b1a2 (patch) | |
| tree | b467bdeb906fa493584f34e6248c700fd04755a9 /man3 | |
| parent | 1eed5a4dd85b78780759dd5614c228fbc6d79e9d (diff) | |
| download | man-pages-d1e3ce2bd27162b6080e70a5355a6974e816b1a2.tar.gz | |
assert.3: ATTRIBUTES: Note function that is thread-safe
It's marking matches glibc marking.
Signed-off-by: Ma Shimiao <mashimiao.fnst@cn.fujitsu.com>
Signed-off-by: Michael Kerrisk <mtk.manpages@gmail.com>
Diffstat (limited to 'man3')
| -rw-r--r-- | man3/assert.3 | 13 |
1 files changed, 13 insertions, 0 deletions
diff --git a/man3/assert.3 b/man3/assert.3 index d1269018f3..3351cb55f6 100644 --- a/man3/assert.3 +++ b/man3/assert.3 @@ -56,6 +56,19 @@ The message "assertion failed in file foo.c, function do_bar(), line 1287" is of no help at all to a user. .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 () +T} Thread safety MT-Safe +.TE + .SH CONFORMING TO POSIX.1-2001, C89, C99. In C89, |
