Skip to content

Commit

Permalink
Fix build with Valgrind without I_REPLACE_SONAME_FNNAME_ZU symbol
Browse files Browse the repository at this point in the history
Fixes #8453

Signed-off-by: George Peter Banyard <girgias@php.net>
  • Loading branch information
vobruba-martin authored and Girgias committed May 7, 2022
1 parent a82ee8e commit b388e95
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion Zend/zend_string.c
Original file line number Diff line number Diff line change
Expand Up @@ -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

Expand Down

0 comments on commit b388e95

Please sign in to comment.