diff options
| author | Alexander Kabaev <kan@FreeBSD.org> | 2003-02-10 05:41:50 +0000 |
|---|---|---|
| committer | Alexander Kabaev <kan@FreeBSD.org> | 2003-02-10 05:41:50 +0000 |
| commit | 72983f38e19d795e4671ce8231e076df7f6c5bc0 (patch) | |
| tree | 636a10692c73f4e15c4e3c4effae1b84e967dab9 /contrib/gcc/gthr-rtems.h | |
| parent | 3749dff3f9323596a9326efa4bf2b560c0e9d1d3 (diff) | |
| parent | 7b74929d749aa5688fd0814a9880872323e02cde (diff) | |
Notes
Diffstat (limited to 'contrib/gcc/gthr-rtems.h')
| -rw-r--r-- | contrib/gcc/gthr-rtems.h | 3 |
1 files changed, 2 insertions, 1 deletions
diff --git a/contrib/gcc/gthr-rtems.h b/contrib/gcc/gthr-rtems.h index b3a1d68b31eb..3c6c0c5a14f6 100644 --- a/contrib/gcc/gthr-rtems.h +++ b/contrib/gcc/gthr-rtems.h @@ -1,7 +1,7 @@ /* RTEMS threads compatibily 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 depedency on rtems specific headers */ |
