summaryrefslogtreecommitdiffstats
path: root/c
diff options
context:
space:
mode:
Diffstat (limited to 'c')
-rw-r--r--c/src/exec/itron/include/rtems/itron/object.h2
1 files changed, 1 insertions, 1 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