get alloc.c right for AUX.

git-svn-id: https://yap.svn.sf.net/svnroot/yap/trunk@25 b08c6af1-5177-4d33-ba66-4b1c6b8b522a
This commit is contained in:
vsc 2001-05-03 18:48:06 +00:00
parent 6a8e087730
commit 3e0d96844f
1 changed files with 2 additions and 2 deletions

View File

@ -12,7 +12,7 @@
* Last rev: *
* mods: *
* comments: allocating space *
* version:$Id: alloc.c,v 1.3 2001-05-03 17:23:30 vsc Exp $ *
* version:$Id: alloc.c,v 1.4 2001-05-03 18:48:06 vsc Exp $ *
*************************************************************************/
#ifdef SCCS
static char SccsId[] = "%W% %G%";
@ -443,7 +443,7 @@ InitWorkSpace(Int s)
int fd;
#endif
#if defined(_AIX) || defined(__APPLE__)
#if defined(_AIX)
a = mmap(0, (size_t) s, PROT_READ | PROT_WRITE | PROT_EXEC,
MAP_PRIVATE | MAP_ANONYMOUS | MAP_VARIABLE, -1, 0);
#elif __hpux