let s use the macro instead

This commit is contained in:
David Carlier 2016-10-15 17:55:44 +01:00
parent 2464dbd5f3
commit 1ece764114
3 changed files with 6 additions and 6 deletions

View file

@ -136,7 +136,7 @@ END_EXTERN_C()
#define strlcat php_strlcat
#endif
#ifndef HAVE_STRLCAT
#ifndef HAVE_EXPLICIT_BZERO
BEGIN_EXTERN_C()
PHPAPI void php_explicit_bzero(void *dst, size_t siz);
END_EXTERN_C()