fix type of allocateExec
authorSimon Marlow <simonmar@microsoft.com>
Thu, 1 Jun 2006 12:54:06 +0000 (12:54 +0000)
committerSimon Marlow <simonmar@microsoft.com>
Thu, 1 Jun 2006 12:54:06 +0000 (12:54 +0000)
includes/RtsExternal.h

index 58db11c..da03bb4 100644 (file)
@@ -77,7 +77,7 @@ extern StgInt *signal_handlers;
 #endif
 extern void setIOManagerPipe (int fd);
 
-extern void* allocateExec(int len);
+extern void* allocateExec(unsigned int len);
 
 /* -----------------------------------------------------------------------------
    Storage manager stuff exported