From: Simon Marlow Date: Thu, 1 Jun 2006 12:33:14 +0000 (+0000) Subject: stgMallocBytesRWX --> allocateExec X-Git-Url: http://git.megacz.com/?p=ghc-hetmet.git;a=commitdiff_plain;h=e913091815156cbb54fa0d2cc786ccad24ca1c11 stgMallocBytesRWX --> allocateExec --- diff --git a/includes/RtsExternal.h b/includes/RtsExternal.h index 61a920b..58db11c 100644 --- a/includes/RtsExternal.h +++ b/includes/RtsExternal.h @@ -77,7 +77,7 @@ extern StgInt *signal_handlers; #endif extern void setIOManagerPipe (int fd); -extern void* stgMallocBytesRWX(int len); +extern void* allocateExec(int len); /* ----------------------------------------------------------------------------- Storage manager stuff exported