summaryrefslogtreecommitdiff
path: root/rts/Trace.h
diff options
context:
space:
mode:
Diffstat (limited to 'rts/Trace.h')
-rw-r--r--rts/Trace.h4
1 files changed, 4 insertions, 0 deletions
diff --git a/rts/Trace.h b/rts/Trace.h
index fc19e8957a..8820075bea 100644
--- a/rts/Trace.h
+++ b/rts/Trace.h
@@ -16,6 +16,8 @@
#ifndef TRACE_H
#define TRACE_H
+#pragma GCC visibility push(hidden)
+
// -----------------------------------------------------------------------------
// Tracing functions
// -----------------------------------------------------------------------------
@@ -88,4 +90,6 @@ traceClass (StgWord32 class) { return (classes_enabled & class); }
// -----------------------------------------------------------------------------
+#pragma GCC visibility pop
+
#endif /* TRACE_H */