summaryrefslogtreecommitdiffstats
path: root/cpukit
diff options
context:
space:
mode:
authorRalf Corsepius <ralf.corsepius@rtems.org>2009-10-12 12:17:18 +0000
committerRalf Corsepius <ralf.corsepius@rtems.org>2009-10-12 12:17:18 +0000
commit7577a80a5a5263144d7b09ead1ff211053b49f11 (patch)
tree566a994ff713454a89753fd6d8e2f4bee59b2751 /cpukit
parentReflect having introduced Internal_errors_t. (diff)
downloadrtems-7577a80a5a5263144d7b09ead1ff211053b49f11.tar.bz2
2009-10-12 Ralf Corsépius <ralf.corsepius@rtems.org>
* 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.
Diffstat (limited to 'cpukit')
-rw-r--r--cpukit/ChangeLog7
1 files changed, 7 insertions, 0 deletions
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 <ralf.corsepius@rtems.org>
+
+ * 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 <joel.sherrill@oarcorp.com>
* posix/src/alarm.c: If 0 seconds do not insert timer.