Eliminate global #include of "mmalloc.h".

This commit is contained in:
Andrew Cagney
2001-12-06 20:59:11 +00:00
parent 31e9866ea6
commit ed1801dfff
4 changed files with 23 additions and 22 deletions

View File

@ -43,6 +43,8 @@
#if defined(USE_MMALLOC) && defined(HAVE_MMAP)
#include "mmalloc.h"
static int open_existing_mapped_file (char *, long, int);
static int open_mapped_file (char *filename, long mtime, int flags);