diff options
author | David Carlier <devnexen@gmail.com> | 2016-10-15 17:55:44 +0100 |
---|---|---|
committer | David Carlier <devnexen@gmail.com> | 2016-10-15 17:55:44 +0100 |
commit | 1ece76411499cecfefd55b59b934963a46ac488b (patch) | |
tree | b5e0a94312498814e089e67b6f9bdad691115494 /main/php.h | |
parent | 2464dbd5f3dda7ab69f9217d802d08af0334ec71 (diff) | |
download | php-git-1ece76411499cecfefd55b59b934963a46ac488b.tar.gz |
let s use the macro instead
Diffstat (limited to 'main/php.h')
-rw-r--r-- | main/php.h | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/main/php.h b/main/php.h index b9b091d58e..e290d8e5db 100644 --- a/main/php.h +++ b/main/php.h @@ -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() |