From: Simon Marlow Date: Thu, 1 Jun 2006 12:54:06 +0000 (+0000) Subject: fix type of allocateExec X-Git-Url: http://git.megacz.com/?p=ghc-hetmet.git;a=commitdiff_plain;h=33dc622e7b43df3f4b698328f720278602905759 fix type of allocateExec --- diff --git a/includes/RtsExternal.h b/includes/RtsExternal.h index 58db11c..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* allocateExec(int len); +extern void* allocateExec(unsigned int len); /* ----------------------------------------------------------------------------- Storage manager stuff exported