summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorRalf Corsepius <ralf.corsepius@rtems.org>2010-06-18 04:22:24 +0000
committerRalf Corsepius <ralf.corsepius@rtems.org>2010-06-18 04:22:24 +0000
commitdcd0e4c8824bd1a3b18859d729947650eee7798c (patch)
tree3cf96b82467c8a59039ff0b0f3ff340ea356558c
parent2010-06-18 Ralf Corsépius <ralf.corsepius@rtems.org> (diff)
downloadrtems-dcd0e4c8824bd1a3b18859d729947650eee7798c.tar.bz2
2010-06-18 Ralf Corsépius <ralf.corsepius@rtems.org>
* rtems/src/rtemsobjectidapimaximum.c: Remove OBJECTS_ITRON_API.
-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;
}