mirror of
https://gitlab.com/libvirt/libvirt.git
synced 2025-01-10 05:17:59 +03:00
syntax-check: Allow exceptions for sc_prohibit_nonreentrant
We're going to need it in a bit. Signed-off-by: Andrea Bolognani <abologna@redhat.com> Reviewed-by: Erik Skultety <eskultet@redhat.com>
This commit is contained in:
parent
9f8696d62f
commit
7ef4968cf7
@ -497,6 +497,7 @@ sc_prohibit_PATH_MAX:
|
||||
include $(top_srcdir)/build-aux/Makefile.nonreentrant
|
||||
sc_prohibit_nonreentrant:
|
||||
@prohibit="\\<(${NON_REENTRANT_RE}) *\\(" \
|
||||
exclude='exempt from syntax-check' \
|
||||
halt="use re-entrant functions (usually ending with _r)" \
|
||||
$(_sc_search_regexp)
|
||||
|
||||
|
Loading…
Reference in New Issue
Block a user