From: Carlos O'Donell Date: Thu, 20 Feb 2025 01:52:14 +0000 (-0500) Subject: manual: Mark setlogmask as AS-unsafe and AC-unsafe. X-Git-Tag: glibc-2.42~461 X-Git-Url: http://git.ipfire.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=6d24313e4a4098f7c469e119784bfbbfdb1ec749;p=thirdparty%2Fglibc.git manual: Mark setlogmask as AS-unsafe and AC-unsafe. This fixes the check-safety.sh failure with commit ad9c4c536115ba38be3e63592a632709ec8209b4, 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 --- diff --git a/manual/syslog.texi b/manual/syslog.texi index 90a6487c02..9875793b49 100644 --- a/manual/syslog.texi +++ b/manual/syslog.texi @@ -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