summaryrefslogtreecommitdiffstats
path: root/cpukit/ChangeLog
diff options
context:
space:
mode:
authorRalf Corsepius <ralf.corsepius@rtems.org>2010-06-18 02:56:42 +0000
committerRalf Corsepius <ralf.corsepius@rtems.org>2010-06-18 02:56:42 +0000
commit7429965b1170c871ad03b89b4400ab458bddc03d (patch)
tree0441c4659f83aa40b8fb742c20eff50289e64535 /cpukit/ChangeLog
parentRemove RTEMS_ITRON_API conditional blocks. (diff)
downloadrtems-7429965b1170c871ad03b89b4400ab458bddc03d.tar.bz2
2010-06-18 Ralf Corsépius <ralf.corsepius@rtems.org>
* score/src/threadsuspend.c, score/src/threadresume.c, score/src/threadreset.c, score/src/threadinitialize.c, score/src/apiext.c, score/include/rtems/score/thread.h, score/include/rtems/score/coresem.h: Remove RTEMS_ITRON_API conditional blocks.
Diffstat (limited to 'cpukit/ChangeLog')
-rw-r--r--cpukit/ChangeLog8
1 files changed, 8 insertions, 0 deletions
diff --git a/cpukit/ChangeLog b/cpukit/ChangeLog
index 9067df627c..d4a17e7692 100644
--- a/cpukit/ChangeLog
+++ b/cpukit/ChangeLog
@@ -1,3 +1,11 @@
+2010-06-18 Ralf Corsépius <ralf.corsepius@rtems.org>
+
+ * score/src/threadsuspend.c, score/src/threadresume.c,
+ score/src/threadreset.c, score/src/threadinitialize.c,
+ score/src/apiext.c, score/include/rtems/score/thread.h,
+ score/include/rtems/score/coresem.h:
+ Remove RTEMS_ITRON_API conditional blocks.
+
2010-06-18 Chris Johns <chrisj@rtems.org>
* libfs/src/rfs/rtems-rfs-file-block.c: Clean up uint64_t maths.