Fix the symbol visibility pragmas
[ghc-hetmet.git] / rts / EndPrivate.h
diff --git a/rts/EndPrivate.h b/rts/EndPrivate.h
new file mode 100644 (file)
index 0000000..ac9df04
--- /dev/null
@@ -0,0 +1,3 @@
+#if __GNUC__ >= 4
+#pragma GCC visibility pop
+#endif