summaryrefslogtreecommitdiff
path: root/Zend/zend_alloc.h
diff options
context:
space:
mode:
authorAntony Dovgal <tony2001@php.net>2005-12-16 22:29:34 +0000
committerAntony Dovgal <tony2001@php.net>2005-12-16 22:29:34 +0000
commitdfcc155c761a9b90bd9b1e7502083a8514f5a639 (patch)
tree3aef62fe19d42a83846b54863ff1ce6687962b1e /Zend/zend_alloc.h
parent69fdadf1a03ac3e9dbcaa366adf6faa872e08b59 (diff)
downloadphp-git-dfcc155c761a9b90bd9b1e7502083a8514f5a639.tar.gz
fix compile warning with Apache2 and Zend VM disabled
(someone forgot to do MFH)
Diffstat (limited to 'Zend/zend_alloc.h')
-rw-r--r--Zend/zend_alloc.h1
1 files changed, 1 insertions, 0 deletions
diff --git a/Zend/zend_alloc.h b/Zend/zend_alloc.h
index 6d4b58192f..f6bd570c99 100644
--- a/Zend/zend_alloc.h
+++ b/Zend/zend_alloc.h
@@ -125,6 +125,7 @@ ZEND_API char *_estrndup(const char *s, unsigned int length ZEND_FILE_LINE_DC ZE
#else
+#undef _GNU_SOURCE
#define _GNU_SOURCE
#include <string.h>
#undef _GNU_SOURCE