X-Git-Url: http://git.megacz.com/?a=blobdiff_plain;f=ghc%2Fincludes%2FRtsExternal.h;fp=ghc%2Fincludes%2FRtsExternal.h;h=473e21a69eef9cb3241873d5f2875b04cd5ce152;hb=dcf24db8b51d24dab72e09b1086654c25c7a6276;hp=919fe795fb3a6c22a99c0e8960f9aefd80f80a95;hpb=8ef62820ffd6d0340a99bcee27552e08a0eb7034;p=ghc-hetmet.git diff --git a/ghc/includes/RtsExternal.h b/ghc/includes/RtsExternal.h index 919fe79..473e21a 100644 --- a/ghc/includes/RtsExternal.h +++ b/ghc/includes/RtsExternal.h @@ -72,6 +72,8 @@ extern int stg_sig_install (int, int, StgStablePtr *, void *); extern void startSignalHandler(int sig); extern void setIOManagerPipe (int fd); +extern void* stgMallocBytesRWX(int len); + /* ----------------------------------------------------------------------------- Storage manager stuff exported -------------------------------------------------------------------------- */