disable -fPIC for the GC for performance reasons
[ghc-hetmet.git] / rts / sm / OSMem.h
index dcf8eb7..3349140 100644 (file)
@@ -6,8 +6,17 @@
  *
  * ---------------------------------------------------------------------------*/
 
+#ifndef SM_OSMEM_H
+#define SM_OSMEM_H
+
+#include "BeginPrivate.h"
+
 void osMemInit(void);
 void *osGetMBlocks(nat n);
 void osFreeAllMBlocks(void);
 lnat getPageSize (void);
 void setExecutable (void *p, lnat len, rtsBool exec);
+
+#include "EndPrivate.h"
+
+#endif /* SM_OSMEM_H */