mremap only if __USE_GNU

This commit is contained in:
Enno Rehling 2008-04-24 01:17:11 +00:00
parent db0d1f8948
commit 34edc042bc
1 changed files with 1 additions and 1 deletions

View File

@ -745,7 +745,7 @@ extern Void_t* sbrk();
*/
#ifndef HAVE_MREMAP
#ifdef linux
#if defined(linux) && defined(__USE_GNU)
#define HAVE_MREMAP 1
#else
#define HAVE_MREMAP 0