stgMallocBytesRWX --> allocateExec
authorSimon Marlow <simonmar@microsoft.com>
Thu, 1 Jun 2006 12:33:14 +0000 (12:33 +0000)
committerSimon Marlow <simonmar@microsoft.com>
Thu, 1 Jun 2006 12:33:14 +0000 (12:33 +0000)
includes/RtsExternal.h

index 61a920b..58db11c 100644 (file)
@@ -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