Fix build with Valgrind without I_REPLACE_SONAME_FNNAME_ZU symbol

Fixes #8453

Signed-off-by: George Peter Banyard <girgias@php.net>
This commit is contained in:
Martin Vobruba 2022-05-03 10:35:52 +02:00 committed by George Peter Banyard
parent a82ee8e38b
commit b388e951b8
No known key found for this signature in database
GPG Key ID: 3306078E3194AEBD

View File

@ -368,7 +368,7 @@ ZEND_API void zend_interned_strings_switch_storage(bool request)
/* Even if we don't build with valgrind support, include the symbol so that valgrind available
* only at runtime will not result in false positives. */
#ifndef HAVE_VALGRIND
#ifndef I_REPLACE_SONAME_FNNAME_ZU
# define I_REPLACE_SONAME_FNNAME_ZU(soname, fnname) _vgr00000ZU_ ## soname ## _ ## fnname
#endif