Changeset 8babe7f in git for omalloc


Ignore:
Timestamp:
Nov 15, 2011, 11:25:34 AM (12 years ago)
Author:
Oleksandr Motsak <motsak@…>
Branches:
(u'spielwiese', 'fe61d9c35bf7c61f2b6cbf1b56e25e2f08d536cc')
Children:
a27bc9f9167515339c4e1503ba2e3935ac415e74
Parents:
49ea49c53210337973c917f465c1b02dd3e8b222
git-author:
Oleksandr Motsak <motsak@mathematik.uni-kl.de>2011-11-15 11:25:34+01:00
git-committer:
Oleksandr Motsak <motsak@mathematik.uni-kl.de>2011-11-15 11:57:52+01:00
Message:
FIX: omMmap.c is needed for building with Valloc with Mmap
Location:
omalloc
Files:
2 edited

Legend:

Unmodified
Added
Removed
  • omalloc/Makefile.am

    r49ea49 r8babe7f  
    2626omalloc_provide.c omAllocFunc.c
    2727
    28 EXTRA_DIST = omalloc.c omtTestAlloc.c omtTest.h
     28EXTRA_DIST = omalloc.c omtTestAlloc.c omtTest.h omMmap.c
    2929
    3030INCLUDES=-I${top_srcdir}/.. -I${top_builddir}/..
  • omalloc/omAllocSystem.c

    r49ea49 r8babe7f  
    127127#ifdef OM_HAVE_VALLOC_MMAP
    128128
    129 #include <omalloc/omMmap.c>
     129#include "omMmap.c"
     130
    130131#define OM_VALLOC_FROM_SYSTEM   omVallocMmap
    131132#define OM_VFREE_TO_SYSTEM      omVfreeMmap
Note: See TracChangeset for help on using the changeset viewer.