X-Git-Url: http://git.megacz.com/?a=blobdiff_plain;f=includes%2FRtsExternal.h;h=58db11c42ffe95f41c02725fe5c2c41f6cda2025;hb=e913091815156cbb54fa0d2cc786ccad24ca1c11;hp=61a920b0ab3681db9fc867a2cfab8fe3731f519a;hpb=0065d5ab628975892cea1ec7303f968c3338cbe1;p=ghc-hetmet.git 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