OSDN Git Service

2004-08-10 H.J. Lu <hongjiu.lu@intel.com>
[pf3gnuchains/gcc-fork.git] / gcc / gthr-gnat.h
index 7278141..d39a370 100644 (file)
@@ -28,6 +28,8 @@ Software Foundation, 59 Temple Place - Suite 330, Boston, MA
 #ifndef GCC_GTHR_GNAT_H
 #define GCC_GTHR_GNAT_H
 
+#pragma GCC visibility push(default)
+
 /* Just provide compatibility for mutex handling.  */
 
 typedef int __gthread_mutex_t;
@@ -39,5 +41,7 @@ extern int __gthread_active_p (void);
 extern int __gthread_mutex_lock (__gthread_mutex_t *);
 extern int __gthread_mutex_unlock (__gthread_mutex_t *);
 
+#pragma GCC visibility pop
+
 #endif /* ! GCC_GTHR_GNAT_H */