X-Git-Url: http://git.megacz.com/?a=blobdiff_plain;f=rts%2FThreadLabels.h;h=254b91ed10bbc3ad10b21da450e665a1c2690ce8;hb=26f4bfc82f2b2359259578e9c54d476fc2de650f;hp=59eb321cb7c45fa83c29de81c6f677f20c18447f;hpb=221e74f6814f76430ff74b970a77393b0ae83eb5;p=ghc-hetmet.git diff --git a/rts/ThreadLabels.h b/rts/ThreadLabels.h index 59eb321..254b91e 100644 --- a/rts/ThreadLabels.h +++ b/rts/ThreadLabels.h @@ -7,16 +7,19 @@ * * ---------------------------------------------------------------------------*/ -#ifndef __THREADLABELS_H__ -#define __THREADLABELS_H__ +#ifndef THREADLABELS_H +#define THREADLABELS_H + +#include "BeginPrivate.h" #if defined(DEBUG) void initThreadLabelTable (void); void freeThreadLabelTable (void); -void updateThreadLabel (StgWord key, void *data); void * lookupThreadLabel (StgWord key); void removeThreadLabel (StgWord key); void labelThread (StgPtr tso, char *label); #endif -#endif /* __THREADLABELS_H__ */ +#include "EndPrivate.h" + +#endif /* THREADLABELS_H */