X-Git-Url: http://git.megacz.com/?a=blobdiff_plain;f=includes%2FRtsExternal.h;h=da03bb46fbed13a059e0046e06f31bd33d8ba7f8;hb=d841b6291656761f6b57e6828cad25b3f0ff75eb;hp=61a920b0ab3681db9fc867a2cfab8fe3731f519a;hpb=0065d5ab628975892cea1ec7303f968c3338cbe1;p=ghc-hetmet.git diff --git a/includes/RtsExternal.h b/includes/RtsExternal.h index 61a920b..da03bb4 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(unsigned int len); /* ----------------------------------------------------------------------------- Storage manager stuff exported