disable -fPIC for the GC for performance reasons
[ghc-hetmet.git] / rts / sm / OSMem.h
index 3dbca23..3349140 100644 (file)
@@ -9,10 +9,14 @@
 #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 */