X-Git-Url: http://git.megacz.com/?a=blobdiff_plain;f=rts%2FRtsUtils.h;fp=rts%2FRtsUtils.h;h=a47f9533835e53feedd6594ff7acebb13cc5e55f;hb=7d7c187b4a12f1bb350e85cdb0115e19537cc704;hp=241cbf33680bcaae7f63591103d84ff44e5effcb;hpb=acdd7c95066cf6505a4d2e8683f119146805af91;p=ghc-hetmet.git diff --git a/rts/RtsUtils.h b/rts/RtsUtils.h index 241cbf3..a47f953 100644 --- a/rts/RtsUtils.h +++ b/rts/RtsUtils.h @@ -9,6 +9,8 @@ #ifndef RTSUTILS_H #define RTSUTILS_H +#pragma GCC visibility push(hidden) + /* ----------------------------------------------------------------------------- * (Checked) dynamic allocation * -------------------------------------------------------------------------- */ @@ -49,4 +51,6 @@ int genericRaise(int sig); int rts_isProfiled(void); +#pragma GCC visibility pop + #endif /* RTSUTILS_H */