summaryrefslogtreecommitdiffstats
path: root/cpukit/itron/include/rtems/itron/object.h
diff options
context:
space:
mode:
authorJoel Sherrill <joel.sherrill@OARcorp.com>2001-11-07 22:54:43 +0000
committerJoel Sherrill <joel.sherrill@OARcorp.com>2001-11-07 22:54:43 +0000
commit4afc28ad1198c3d1fbbf99edfaa80c44a1e1fdb0 (patch)
tree5820a8342418d36d90c00347e32ef46fdb0eaffa /cpukit/itron/include/rtems/itron/object.h
parent2001-11-07 Joel Sherrill <joel@OARcorp.com> (diff)
downloadrtems-4afc28ad1198c3d1fbbf99edfaa80c44a1e1fdb0.tar.bz2
2001-11-07 Joel Sherrill <joel@OARcorp.com>
Discovered while fixing PR36 reported by Todor.Todorov@barco.com. * include/rtems/itron/object.h: Corrected _ITRON_Objects_Get() to use _Objects_Get_by_index().
Diffstat (limited to 'cpukit/itron/include/rtems/itron/object.h')
-rw-r--r--cpukit/itron/include/rtems/itron/object.h2
1 files changed, 1 insertions, 1 deletions
diff --git a/cpukit/itron/include/rtems/itron/object.h b/cpukit/itron/include/rtems/itron/object.h
index 77c1c5e47f..1a7f0c8d68 100644
--- a/cpukit/itron/include/rtems/itron/object.h
+++ b/cpukit/itron/include/rtems/itron/object.h
@@ -109,7 +109,7 @@ typedef Objects_Control ITRON_Objects_Control;
*/
#define _ITRON_Objects_Get( _the_information, _id, _the_object ) \
- _Objects_Get( (_the_information), (_id), (_the_object) )
+ _Objects_Get_by_index( (_the_information), (_id), (_the_object) )
#ifdef __cplusplus
}