From: Nikita Popov Date: Mon, 17 Sep 2018 10:18:09 +0000 (+0200) Subject: Remove unused MREMAP_MAYMOVE compatibility define X-Git-Tag: php-7.4.0alpha1~1899 X-Git-Url: https://granicus.if.org/sourcecode?a=commitdiff_plain;h=5776b4453d31ae23ef30425ba06081f54efe59da;p=php Remove unused MREMAP_MAYMOVE compatibility define --- diff --git a/Zend/zend_alloc.c b/Zend/zend_alloc.c index d3b2461201..95727d126b 100644 --- a/Zend/zend_alloc.c +++ b/Zend/zend_alloc.c @@ -98,9 +98,6 @@ # define MAP_ANON MAP_ANONYMOUS # endif # endif -# ifndef MREMAP_MAYMOVE -# define MREMAP_MAYMOVE 0 -# endif # ifndef MAP_FAILED # define MAP_FAILED ((void*)-1) # endif