* config/m68k/xm-hp300hpux.h (HAVE_MMAP): Remove definition.

* config/pa/xm-hppah.h (HAVE_MMAP): Ditto.
This commit is contained in:
Fred Fish 1996-07-12 00:19:15 +00:00
parent 354a86c70f
commit 4853b6d11c
3 changed files with 5 additions and 12 deletions

View File

@ -1,3 +1,8 @@
Thu Jul 11 11:39:31 1996 Fred Fish <fnf@cygnus.com>
* config/m68k/xm-hp300hpux.h (HAVE_MMAP): Remove definition.
* config/pa/xm-hppah.h (HAVE_MMAP): Ditto.
Wed Jul 10 16:54:41 1996 Fred Fish <fnf@cygnus.com>
* Makefile.in (MMALLOC_CFLAGS): Eliminate intermediate MMALLOC_DISABLE

View File

@ -71,12 +71,6 @@ Foundation, Inc., 59 Temple Place - Suite 330, Boston, MA 02111-1307, USA. */
0, 0, 0, 0, 0, 0, 0, 0, \
SIGILL }
/* On hpux, autoconf 2.4 (and possibly others) does not properly detect that
mmap is available. Until this is fixed, we have to explicitly force
HAVE_MMAP. -fnf */
#define HAVE_MMAP 1
#ifndef HPUX_ASM
/* Start running with a stack stretching from BEG to END.

View File

@ -44,12 +44,6 @@ Foundation, Inc., 59 Temple Place - Suite 330, Boston, MA 02111-1307, USA. */
#define MALLOC_INCOMPATIBLE
/* On hpux, autoconf 2.4 (and possibly others) does not properly detect that
mmap is available. Until this is fixed, we have to explicitly force
HAVE_MMAP. -fnf */
#define HAVE_MMAP 1
extern void *
malloc PARAMS ((size_t));