diff options
Diffstat (limited to 'Zend/zend_alloc.c')
-rw-r--r-- | Zend/zend_alloc.c | 3 |
1 files changed, 0 insertions, 3 deletions
diff --git a/Zend/zend_alloc.c b/Zend/zend_alloc.c index 95727d126b..94ae805a64 100644 --- a/Zend/zend_alloc.c +++ b/Zend/zend_alloc.c @@ -88,9 +88,6 @@ # ifndef _GNU_SOURCE # define _GNU_SOURCE # endif -# ifndef __USE_GNU -# define __USE_GNU -# endif # endif # include <sys/mman.h> # ifndef MAP_ANON |