forked from Imagelibrary/rtems
Returned third parameter for a NULL name to the objects open call.
This commit is contained in:
@@ -34,7 +34,7 @@ typedef Objects_Control ITRON_Objects_Control;
|
|||||||
*/
|
*/
|
||||||
|
|
||||||
#define _ITRON_Objects_Open( _the_information, _the_object ) \
|
#define _ITRON_Objects_Open( _the_information, _the_object ) \
|
||||||
_Objects_Open( (_the_information), (_the_object) )
|
_Objects_Open( (_the_information), (_the_object), NULL )
|
||||||
|
|
||||||
/*
|
/*
|
||||||
* _ITRON_Objects_Close
|
* _ITRON_Objects_Close
|
||||||
|
|||||||
@@ -34,7 +34,7 @@ typedef Objects_Control ITRON_Objects_Control;
|
|||||||
*/
|
*/
|
||||||
|
|
||||||
#define _ITRON_Objects_Open( _the_information, _the_object ) \
|
#define _ITRON_Objects_Open( _the_information, _the_object ) \
|
||||||
_Objects_Open( (_the_information), (_the_object) )
|
_Objects_Open( (_the_information), (_the_object), NULL )
|
||||||
|
|
||||||
/*
|
/*
|
||||||
* _ITRON_Objects_Close
|
* _ITRON_Objects_Close
|
||||||
|
|||||||
Reference in New Issue
Block a user