summaryrefslogtreecommitdiff
path: root/gcc/gthr-single.h
diff options
context:
space:
mode:
Diffstat (limited to 'gcc/gthr-single.h')
-rw-r--r--gcc/gthr-single.h2
1 files changed, 1 insertions, 1 deletions
diff --git a/gcc/gthr-single.h b/gcc/gthr-single.h
index f8dfbff4e64..69c34122294 100644
--- a/gcc/gthr-single.h
+++ b/gcc/gthr-single.h
@@ -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;
}