From d9f7ea07b59dbefdf9cb166869064d55a82a50f6 Mon Sep 17 00:00:00 2001 From: Ralf Corsepius Date: Fri, 18 Jun 2010 03:03:32 +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/rtemsobjectgetapiclassname.c, sapi/include/rtems/config.h, sapi/src/exinit.c: Remove RTEMS_ITRON_API conditional blocks. --- cpukit/ChangeLog | 3 +++ 1 file changed, 3 insertions(+) diff --git a/cpukit/ChangeLog b/cpukit/ChangeLog index 57bfd078b7..a8077638ad 100644 --- a/cpukit/ChangeLog +++ b/cpukit/ChangeLog @@ -1,5 +1,8 @@ 2010-06-18 Ralf Corsépius + * rtems/src/rtemsobjectgetapiclassname.c, + sapi/include/rtems/config.h, sapi/src/exinit.c: + Remove RTEMS_ITRON_API conditional blocks. * sapi/Makefile.am: Remove src/itronapi.c. * sapi/src/itronapi.c: Remove. * score/src/threadsuspend.c, score/src/threadresume.c,