diff gcc/gthr-posix.h @ 55:77e2b8dfacca gcc-4.4.5

update it from 4.4.3 to 4.5.0
author ryoma <e075725@ie.u-ryukyu.ac.jp>
date Fri, 12 Feb 2010 23:39:51 +0900
parents a06113de4d67
children f6334be47118
line wrap: on
line diff
--- a/gcc/gthr-posix.h	Sun Feb 07 18:28:00 2010 +0900
+++ b/gcc/gthr-posix.h	Fri Feb 12 23:39:51 2010 +0900
@@ -51,7 +51,7 @@
 
 /* POSIX like conditional variables are supported.  Please look at comments
    in gthr.h for details. */
-#define __GTHREAD_HAS_COND	1	
+#define __GTHREAD_HAS_COND	1
 
 #define __GTHREAD_MUTEX_INIT PTHREAD_MUTEX_INITIALIZER
 #define __GTHREAD_ONCE_INIT PTHREAD_ONCE_INIT
@@ -237,7 +237,7 @@
 static inline int
 __gthread_active_p (void)
 {
-  static void *const __gthread_active_ptr 
+  static void *const __gthread_active_ptr
     = __extension__ (void *) &__gthrw_(pthread_cancel);
   return __gthread_active_ptr != 0;
 }