forked from github/server
mremap only if __USE_GNU
This commit is contained in:
parent
db0d1f8948
commit
34edc042bc
1 changed files with 1 additions and 1 deletions
|
@ -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
|
||||
|
|
Loading…
Reference in a new issue