summaryrefslogtreecommitdiff
path: root/rts/EndPrivate.h
diff options
context:
space:
mode:
authorSimon Marlow <marlowsd@gmail.com>2010-06-17 10:57:58 +0000
committerSimon Marlow <marlowsd@gmail.com>2010-06-17 10:57:58 +0000
commit51b85031ce99f1e9d4c72249d6d85672188f0fbd (patch)
tree6fefe3ba6a0ee5507ce31d8a9eb884af47b0717e /rts/EndPrivate.h
parenta998343dfabe92da17b2f60c78968eff2f444050 (diff)
downloadhaskell-51b85031ce99f1e9d4c72249d6d85672188f0fbd.tar.gz
Fix the symbol visibility pragmas
Diffstat (limited to 'rts/EndPrivate.h')
-rw-r--r--rts/EndPrivate.h3
1 files changed, 3 insertions, 0 deletions
diff --git a/rts/EndPrivate.h b/rts/EndPrivate.h
new file mode 100644
index 0000000000..ac9df0479e
--- /dev/null
+++ b/rts/EndPrivate.h
@@ -0,0 +1,3 @@
+#if __GNUC__ >= 4
+#pragma GCC visibility pop
+#endif