Fix scoped type variables for expression type signatures
[ghc-hetmet.git] / includes / RtsExternal.h
index 61a920b..da03bb4 100644 (file)
@@ -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