[project @ 2005-07-12 11:51:31 by simonmar]
[ghc-hetmet.git] / ghc / rts / RtsUtils.h
index 3e8ac5d..310aceb 100644 (file)
@@ -16,6 +16,9 @@
 extern void *stgMallocBytes(int n, char *msg)
     GNUC3_ATTRIBUTE(__malloc__);
 
+extern void* stgMallocBytesRWX(int len)
+    GNUC3_ATTRIBUTE(__malloc__);
+
 extern void *stgReallocBytes(void *p, int n, char *msg);
 
 extern void *stgCallocBytes(int n, int m, char *msg)