diff options
Diffstat (limited to 'gcc/gthr-gnat.h')
-rw-r--r-- | gcc/gthr-gnat.h | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/gcc/gthr-gnat.h b/gcc/gthr-gnat.h index a7931c0..51066df 100644 --- a/gcc/gthr-gnat.h +++ b/gcc/gthr-gnat.h @@ -1,6 +1,6 @@ /* Threads compatibility routines for libgcc2. */ /* Compile this one with gcc. */ -/* Copyright (C) 2003, 2004 Free Software Foundation, Inc. +/* Copyright (C) 2003, 2004, 2008, 2009 Free Software Foundation, Inc. This file is part of GCC. @@ -38,7 +38,7 @@ typedef int __gthread_mutex_t; #define __GTHREAD_MUTEX_INIT 0 -extern void __gnat_install_locks (void (*lock) (void), void (*unlock) (void)); +extern void __gnat_install_locks (void (*) (void), void (*) (void)); extern int __gthread_active_p (void); extern int __gthread_mutex_lock (__gthread_mutex_t *); extern int __gthread_mutex_unlock (__gthread_mutex_t *); |