Test for (fd < 0) before trying to FD_SET it
[ghc-hetmet.git] / rts / ThreadLabels.h
index 550e286..17d6b3f 100644 (file)
@@ -10,7 +10,7 @@
 #ifndef THREADLABELS_H
 #define THREADLABELS_H
 
-#pragma GCC visibility push(hidden)
+#include "BeginPrivate.h"
 
 #if defined(DEBUG)
 void    initThreadLabelTable (void);
@@ -21,6 +21,6 @@ void    removeThreadLabel    (StgWord key);
 void    labelThread          (StgPtr tso, char *label);
 #endif
 
-#pragma GCC visibility pop
+#include "EndPrivate.h"
 
 #endif /* THREADLABELS_H */