Fixed bug #744 (ghc-pkg lies about location of haddock-interfaces and haddock-html)
[ghc-hetmet.git] / rts / sm / OSMem.h
1 /* -----------------------------------------------------------------------------
2  *
3  * (c) The University of Glasgow 2006
4  *
5  * OS-specific memory management
6  *
7  * ---------------------------------------------------------------------------*/
8
9 lnat getPageSize (void);
10 void setExecutable (void *p, lnat len, rtsBool exec);