|
From: | Roland McGrath |
Subject: | Re: mremap |
Date: | Sun, 26 Apr 2009 11:37:27 -0700 (PDT) |
mremap cannot be defined correctly in terms of mmap and munmap. It is not in the common GNU API/ABI, only in Linux. The malloc code is full of HAVE_REMAP conditionals. Just fix whatever the new case is to properly conditionalize its use. Thanks, Roland
[Prev in Thread] | Current Thread | [Next in Thread] |