summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
-rw-r--r--cpukit/ChangeLog1
-rw-r--r--cpukit/rtems/src/rtemsobjectidapimaximum.c2
2 files changed, 2 insertions, 1 deletions
diff --git a/cpukit/ChangeLog b/cpukit/ChangeLog
index 1f37cc25dd..98a61c0984 100644
--- a/cpukit/ChangeLog
+++ b/cpukit/ChangeLog
@@ -1,5 +1,6 @@
2010-06-18 Ralf Corsépius <ralf.corsepius@rtems.org>
+ * rtems/src/rtemsobjectidapimaximum.c: Remove OBJECTS_ITRON_API.
* score/include/rtems/score/object.h: Remove OBJECTS_ITRON_API.
* score/include/rtems/score/thread.h: Remove ITRON.
* score/include/rtems/score/interr.h: Remove ITRON.
diff --git a/cpukit/rtems/src/rtemsobjectidapimaximum.c b/cpukit/rtems/src/rtemsobjectidapimaximum.c
index bfc00d4cd5..fbf6c19d02 100644
--- a/cpukit/rtems/src/rtemsobjectidapimaximum.c
+++ b/cpukit/rtems/src/rtemsobjectidapimaximum.c
@@ -22,5 +22,5 @@
#undef rtems_object_id_api_maximum
int rtems_object_id_api_maximum(void)
{
- return OBJECTS_ITRON_API;
+ return OBJECTS_APIS_LAST;
}