1
0
mirror of https://github.com/php/php-src.git synced 2026-04-29 19:23:22 +02:00

Fixed warning

This commit is contained in:
Dmitry Stogov
2009-03-20 11:23:22 +00:00
parent ec3ee30a75
commit 105c01765a
+4
View File
@@ -111,8 +111,12 @@ static void zend_mm_panic(const char *message) /* {{{ */
#if defined(HAVE_MEM_MMAP_ANON) || defined(HAVE_MEM_MMAP_ZERO)
# ifdef HAVE_MREMAP
# ifndef _GNU_SOURCE
# define _GNU_SOURCE
# endif
# ifndef __USE_GNU
# define __USE_GNU
# endif
# endif
# include <sys/mman.h>
# ifndef MAP_ANON