1 /* -----------------------------------------------------------------------------
3 * (c) The GHC Team, 2006-2009
5 * The RTS stores some "global" values on behalf of libraries, so that
6 * some libraries can ensure that certain top-level things are shared
7 * even when multiple versions of the library are loaded. e.g. see
8 * Data.Typeable and GHC.Conc.
10 * ---------------------------------------------------------------------------*/
15 RTS_PRIVATE void initGlobalStore(void);
16 RTS_PRIVATE void exitGlobalStore(void);