diff options
author | joel <joel@138bc75d-0d04-0410-961f-82ee72b054a4> | 2003-01-29 15:06:59 +0000 |
---|---|---|
committer | joel <joel@138bc75d-0d04-0410-961f-82ee72b054a4> | 2003-01-29 15:06:59 +0000 |
commit | 1134ce4398eac13e4c14c32fb1f84dab6ffda605 (patch) | |
tree | 7af4aa5cfb4a96b6f027503e7a17eb6c024d1d99 /gcc/gthr-rtems.h | |
parent | d6998fd689c1b544a784398ca515068d957aa731 (diff) | |
download | gcc-1134ce4398eac13e4c14c32fb1f84dab6ffda605.tar.gz |
2003-01-29 Joel Sherrill <joel@OARcorp.com>
* gthr-rtems.h: Define __GTHREAD_MUTEX_INIT. Apparently no code
depended on it being defined until now. This was tracked as PR9296.
git-svn-id: svn+ssh://gcc.gnu.org/svn/gcc/trunk@62084 138bc75d-0d04-0410-961f-82ee72b054a4
Diffstat (limited to 'gcc/gthr-rtems.h')
-rw-r--r-- | gcc/gthr-rtems.h | 3 |
1 files changed, 2 insertions, 1 deletions
diff --git a/gcc/gthr-rtems.h b/gcc/gthr-rtems.h index 30cb6254329..73152528aed 100644 --- a/gcc/gthr-rtems.h +++ b/gcc/gthr-rtems.h @@ -1,7 +1,7 @@ /* RTEMS threads compatibility routines for libgcc2 and libobjc. by: Rosimildo da Silva( rdasilva@connecttel.com ) */ /* Compile this one with gcc. */ -/* Copyright (C) 1997, 1999, 2000, 2002 Free Software Foundation, Inc. +/* Copyright (C) 1997, 1999, 2000, 2002, 2003 Free Software Foundation, Inc. This file is part of GCC. @@ -37,6 +37,7 @@ extern "C" { #define __GTHREADS 1 #define __GTHREAD_ONCE_INIT 0 +#define __GTHREAD_MUTEX_INIT 0 #define __GTHREAD_MUTEX_INIT_FUNCTION rtems_gxx_mutex_init /* Avoid dependency on rtems specific headers. */ |