X-Git-Url: http://git.megacz.com/?a=blobdiff_plain;f=rts%2FRtsUtils.h;h=a47f9533835e53feedd6594ff7acebb13cc5e55f;hb=95ec750f94236c2ae127a147d7c9bebec036bcab;hp=14856bf94338461d2876bb34116e85a7285fec5d;hpb=a2a67cd520b9841114d69a87a423dabcb3b4368e;p=ghc-hetmet.git diff --git a/rts/RtsUtils.h b/rts/RtsUtils.h index 14856bf..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 * -------------------------------------------------------------------------- */ @@ -39,10 +41,6 @@ char *ullong_format_string(ullong, char *, rtsBool); void heapCheckFail( void ); #endif -// XXX shouldn't be here -void* __hscore_get_saved_termios(int fd); -void __hscore_set_saved_termios(int fd, void* ts); - void printRtsInfo(void); HsInt genSymZh(void); @@ -53,4 +51,6 @@ int genericRaise(int sig); int rts_isProfiled(void); +#pragma GCC visibility pop + #endif /* RTSUTILS_H */