From 93c6350aa17aeb717d89c6621ea80edad740b8f2 Mon Sep 17 00:00:00 2001 From: Ralf Corsepius Date: Sat, 16 Aug 2008 05:46:35 +0000 Subject: [PATCH] =?UTF-8?q?2008-08-16=09Ralf=20Cors=C3=A9pius=20?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit * rtems/score/cpu.h, rtems/score/i386.h: Add missing prototypes. --- cpukit/score/cpu/i386/ChangeLog | 4 ++++ 1 file changed, 4 insertions(+) diff --git a/cpukit/score/cpu/i386/ChangeLog b/cpukit/score/cpu/i386/ChangeLog index 99792631e9..58df2232c5 100644 --- a/cpukit/score/cpu/i386/ChangeLog +++ b/cpukit/score/cpu/i386/ChangeLog @@ -1,3 +1,7 @@ +2008-08-16 Ralf Corsépius + + * rtems/score/cpu.h, rtems/score/i386.h: Add missing prototypes. + 2008-07-31 Joel Sherrill * cpu.c, rtems/score/cpu.h: Correct prototype of Idle threads.