X-Git-Url: http://git.megacz.com/?p=ghc-hetmet.git;a=blobdiff_plain;f=rts%2FPapi.h;h=7e58c6fbbe9e967644dd7499954f1de1e1a739d5;hp=8658d8ccac8bef9ab8e52f49d5fda61a09304a7b;hb=cf5905ea24904cf73a041fd7535e8723a668cb9a;hpb=7d7c187b4a12f1bb350e85cdb0115e19537cc704 diff --git a/rts/Papi.h b/rts/Papi.h index 8658d8c..7e58c6f 100644 --- a/rts/Papi.h +++ b/rts/Papi.h @@ -8,7 +8,7 @@ #ifndef PAPI_H #define PAPI_H -#pragma GCC visibility push(hidden) +#include "BeginPrivate.h" /* Check the error value of a PAPI call, reporting an error, if needed */ extern int papi_error; @@ -31,6 +31,6 @@ void papi_stop_gc1_count(void); void papi_thread_start_gc1_count(int event_set); void papi_thread_stop_gc1_count(int event_set); -#pragma GCC visibility pop +#include "EndPrivate.h" #endif /* PAPI_H */