merge upstream HEAD
[ghc-hetmet.git] / rts / ProfHeap.h
index b781235..c4a92e2 100644 (file)
@@ -9,14 +9,13 @@
 #ifndef PROFHEAP_H
 #define PROFHEAP_H
 
-#pragma GCC visibility push(hidden)
+#include "BeginPrivate.h"
 
 void    heapCensus         (void);
 nat     initHeapProfiling  (void);
 void    endHeapProfiling   (void);
-void    LDV_recordDead     (StgClosure *c, nat size);
 rtsBool strMatchesSelector (char* str, char* sel);
 
-#pragma GCC visibility pop
+#include "EndPrivate.h"
 
 #endif /* PROFHEAP_H */