mirror of
https://gitlab.com/libvirt/libvirt.git
synced 2025-08-30 05:50:08 +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:
@ -497,6 +497,7 @@ sc_prohibit_PATH_MAX:
|
|||||||
include $(top_srcdir)/build-aux/Makefile.nonreentrant
|
include $(top_srcdir)/build-aux/Makefile.nonreentrant
|
||||||
sc_prohibit_nonreentrant:
|
sc_prohibit_nonreentrant:
|
||||||
@prohibit="\\<(${NON_REENTRANT_RE}) *\\(" \
|
@prohibit="\\<(${NON_REENTRANT_RE}) *\\(" \
|
||||||
|
exclude='exempt from syntax-check' \
|
||||||
halt="use re-entrant functions (usually ending with _r)" \
|
halt="use re-entrant functions (usually ending with _r)" \
|
||||||
$(_sc_search_regexp)
|
$(_sc_search_regexp)
|
||||||
|
|
||||||
|
Reference in New Issue
Block a user