Fix for function info tables: the SRT field cannot be omitted if there are fields...
[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);