summaryrefslogtreecommitdiffstats
path: root/gcc/gthr.h
diff options
context:
space:
mode:
Diffstat (limited to 'gcc/gthr.h')
-rw-r--r--gcc/gthr.h4
1 files changed, 4 insertions, 0 deletions
diff --git a/gcc/gthr.h b/gcc/gthr.h
index 70345a57c6a..ffd40d7aa5d 100644
--- a/gcc/gthr.h
+++ b/gcc/gthr.h
@@ -29,7 +29,9 @@ Software Foundation, 59 Temple Place - Suite 330, Boston, MA
#ifndef GCC_GTHR_H
#define GCC_GTHR_H
+#ifndef HIDE_EXPORTS
#pragma GCC visibility push(default)
+#endif
/* If this file is compiled with threads support, it must
#define __GTHREADS 1
@@ -116,6 +118,8 @@ Software Foundation, 59 Temple Place - Suite 330, Boston, MA
#include "gthr-single.h"
#endif
+#ifndef HIDE_EXPORTS
#pragma GCC visibility pop
+#endif
#endif /* ! GCC_GTHR_H */
OpenPOWER on IntegriCloud