mirror of
git://sourceware.org/git/glibc.git
synced 2025-02-23 13:09:58 +08:00
manual: Mark setlogmask as AS-unsafe and AC-unsafe.
This fixes the check-safety.sh failure with commit
ad9c4c5361
, and correctly marks
the function AS-unsafe and AC-unsafe due to the use of the
non-recursive lock.
Tested on x86_64 without regressions.
Reviewed-by: Frédéric Bérat <fberat@redhat.com>
This commit is contained in:
parent
163b1bbb76
commit
6d24313e4a
@ -498,7 +498,7 @@ The symbols referred to in this section are declared in the file
|
||||
|
||||
@deftypefun int setlogmask (int @var{mask})
|
||||
@standards{BSD, syslog.h}
|
||||
@safety{@prelim{}@mtsafe{}@asunsafe{}@acsafe{}}
|
||||
@safety{@prelim{}@mtsafe{}@asunsafe{@asulock{}}@acunsafe{@aculock{}}}
|
||||
|
||||
@code{setlogmask} sets a mask (the ``logmask'') that determines which
|
||||
future @code{syslog} calls shall be ignored. If a program has not
|
||||
|
Loading…
Reference in New Issue
Block a user