From dcd0e4c8824bd1a3b18859d729947650eee7798c Mon Sep 17 00:00:00 2001 From: Ralf Corsepius Date: Fri, 18 Jun 2010 04:22:24 +0000 Subject: [PATCH] =?UTF-8?q?2010-06-18=09Ralf=20Cors=C3=A9pius=20?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit * rtems/src/rtemsobjectidapimaximum.c: Remove OBJECTS_ITRON_API. --- cpukit/ChangeLog | 1 + cpukit/rtems/src/rtemsobjectidapimaximum.c | 2 +- 2 files changed, 2 insertions(+), 1 deletion(-) 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 + * 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; }