1 /* ---------------------------------------------------------------------------
3 * (c) The GHC Team, 2015-2016
5 * A pool of libdw sessions
7 * --------------------------------------------------------------------------*/
11 #include "BeginPrivate.h"
18 /* Initialize the pool */
19 void libdwPoolInit(void);
23 INLINE_HEADER
void libdwPoolInit(void) {}
25 #endif /* USE_LIBDW */
27 #include "EndPrivate.h"