drop the minix_ prefixes for mmap and munmap
also cleanup of various minix-specific changes, cleanup of mmap-related testing. Change-Id: I289a4fc50cf8a13df4a6082038d860853a4bd024
This commit is contained in:
@@ -77,12 +77,6 @@
|
||||
* THIS SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY OF SUCH DAMAGE.
|
||||
*/
|
||||
|
||||
/* mmap/munmap are used in this file just to allocate/free memory
|
||||
* so these functions are ok.
|
||||
*/
|
||||
#define mmap minix_mmap
|
||||
#define munmap minix_munmap
|
||||
|
||||
/*
|
||||
* mke2fs.c: "re-invent (dumb but non-GPLed) wheel as a fun project"
|
||||
*
|
||||
|
||||
Reference in New Issue
Block a user