diff options
author | jakub <jakub@138bc75d-0d04-0410-961f-82ee72b054a4> | 2009-02-16 12:19:34 +0000 |
---|---|---|
committer | jakub <jakub@138bc75d-0d04-0410-961f-82ee72b054a4> | 2009-02-16 12:19:34 +0000 |
commit | 320084b9583c696b8b12a0ae4b341b2b538c9e83 (patch) | |
tree | dcc77a0b95af985cbd224bc073c240ec95ae226c /gcc/gthr-gnat.h | |
parent | e584dc46f5ef803f3276b8786325d7a303699a51 (diff) | |
download | gcc-320084b9583c696b8b12a0ae4b341b2b538c9e83.tar.gz |
* gthr-dce.h: Uglify function parameter and local variable names.
* gthr-gnat.h: Likewise.
* gthr-mipssde.h: Likewise.
* gthr-nks.h: Likewise.
* gthr-posix95.h: Likewise.
* gthr-posix.h: Likewise.
* gthr-rtems.h: Likewise.
* gthr-single.h: Likewise.
* gthr-solaris.h: Likewise.
* gthr-tpf.h: Likewise.
* gthr-vxworks.h: Likewise.
* gthr-win32.h: Likewise.
git-svn-id: svn+ssh://gcc.gnu.org/svn/gcc/trunk@144201 138bc75d-0d04-0410-961f-82ee72b054a4
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 a7931c01858..51066df47bd 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 *); |