Disable symbol visibility pragmas for FreeBSD
authorIan Lynagh <igloo@earth.li>
Thu, 29 Jul 2010 01:25:07 +0000 (01:25 +0000)
committerIan Lynagh <igloo@earth.li>
Thu, 29 Jul 2010 01:25:07 +0000 (01:25 +0000)
commit28c2bbb03ff6144f3a09e5286c8c3ca6ad3689e8
tree9fb2d7f110a382b0049e8da7dd96fc01ee2bf8da
parentfd9f6472d9bb9b521533fdb0cd4a4bf0a742b840
Disable symbol visibility pragmas for FreeBSD
Do not use GCC pragmas for controlling visibility, because it causes
"undefined reference" errors at link-time.  The true reasons are
unknown, however FreeBSD 8.x includes GCC 4.2.1 in the base system,
which might be buggy.
rts/BeginPrivate.h
rts/EndPrivate.h