summaryrefslogtreecommitdiffstats
path: root/cpukit/itron
diff options
context:
space:
mode:
authorJennifer Averett <Jennifer.Averett@OARcorp.com>1999-11-15 21:37:56 +0000
committerJennifer Averett <Jennifer.Averett@OARcorp.com>1999-11-15 21:37:56 +0000
commit40aac293b70ad225985d465f8f5370b512ea62f6 (patch)
treea8d74f5522d17976a85920340015ee4046ba3fe5 /cpukit/itron
parent+ Fixed files to consistantly use a case of the location after calls (diff)
downloadrtems-40aac293b70ad225985d465f8f5370b512ea62f6.tar.bz2
Returned third parameter for a NULL name to the objects open call.
Diffstat (limited to 'cpukit/itron')
-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 84713dc469..5d5c3e77ab 100644
--- a/cpukit/itron/include/rtems/itron/object.h
+++ b/cpukit/itron/include/rtems/itron/object.h
@@ -34,7 +34,7 @@ typedef Objects_Control ITRON_Objects_Control;
*/
#define _ITRON_Objects_Open( _the_information, _the_object ) \
- _Objects_Open( (_the_information), (_the_object) )
+ _Objects_Open( (_the_information), (_the_object), NULL )
/*
* _ITRON_Objects_Close