summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
-rw-r--r--c/src/exec/itron/include/rtems/itron/object.h2
-rw-r--r--cpukit/itron/include/rtems/itron/object.h2
2 files changed, 2 insertions, 2 deletions
diff --git a/c/src/exec/itron/include/rtems/itron/object.h b/c/src/exec/itron/include/rtems/itron/object.h
index 84713dc469..5d5c3e77ab 100644
--- a/c/src/exec/itron/include/rtems/itron/object.h
+++ b/c/src/exec/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
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