diff --git a/cpukit/ChangeLog b/cpukit/ChangeLog index 3c1e1e350d..7f422f8c84 100644 --- a/cpukit/ChangeLog +++ b/cpukit/ChangeLog @@ -1,3 +1,10 @@ +2009-10-12 Ralf Corsépius + + * score/include/rtems/score/interr.h: Introduce Internal_errors_t. + * score/src/interr.c, score/include/rtems/score/userext.h, + score/src/userextthreadbegin.c: Reflect having introduced + Internal_errors_t. + 2009-10-11 Joel Sherrill * posix/src/alarm.c: If 0 seconds do not insert timer.