Browse Source

- This might already be defined

migration/RELEASE_1_0_0
Marcus Boerger 21 years ago
parent
commit
fe273229b7
  1. 1
      Zend/zend_alloc.h

1
Zend/zend_alloc.h

@ -138,6 +138,7 @@ ZEND_API UChar *_eustrndup(const UChar *s, int32_t length ZEND_FILE_LINE_DC ZEND
#else
#undef _GNU_SOURCE
#define _GNU_SOURCE
#include <string.h>
#undef _GNU_SOURCE

Loading…
Cancel
Save