OSDN Git Service

* config/alpha/alpha.c (alpha_emit_floatuns): Ensure we pass a REG
[pf3gnuchains/gcc-fork.git] / gcc / gthr-single.h
index f8dfbff..8fb6746 100644 (file)
@@ -1,4 +1,4 @@
-/* Threads compatibily routines for libgcc2.  */
+/* Threads compatibility routines for libgcc2.  */
 /* Compile this one with gcc.  */
 /* Copyright (C) 1997 Free Software Foundation, Inc.
 
@@ -36,7 +36,7 @@ typedef int __gthread_mutex_t;
 #define __GTHREAD_MUTEX_INIT 0
 
 static inline int
-__gthread_active_p ()
+__gthread_active_p (void)
 {
   return 0;
 }