summaryrefslogtreecommitdiffstats
path: root/c
diff options
context:
space:
mode:
authorRalf Corsepius <ralf.corsepius@rtems.org>2008-09-05 08:04:16 +0000
committerRalf Corsepius <ralf.corsepius@rtems.org>2008-09-05 08:04:16 +0000
commit4d4c81262e67de31de1403a790ed4e94c4551f8c (patch)
tree015732acb3e0cf66a018c95ec031398af882274b /c
parentStop using old-style defs. (diff)
downloadrtems-4d4c81262e67de31de1403a790ed4e94c4551f8c.tar.bz2
2008-09-05 Ralf Corsépius <ralf.corsepius@rtems.org>
* timer/timer.c: Convert to "bool".
Diffstat (limited to 'c')
-rw-r--r--c/src/lib/libbsp/c4x/c4xsim/ChangeLog4
-rw-r--r--c/src/lib/libbsp/unix/posix/ChangeLog4
2 files changed, 8 insertions, 0 deletions
diff --git a/c/src/lib/libbsp/c4x/c4xsim/ChangeLog b/c/src/lib/libbsp/c4x/c4xsim/ChangeLog
index e370394074..4f0cc1a713 100644
--- a/c/src/lib/libbsp/c4x/c4xsim/ChangeLog
+++ b/c/src/lib/libbsp/c4x/c4xsim/ChangeLog
@@ -1,3 +1,7 @@
+2008-09-05 Ralf Corsépius <ralf.corsepius@rtems.org>
+
+ * timer/timer.c: Convert to "bool".
+
2008-08-31 Joel Sherrill <joel.sherrill@oarcorp.com>
* timer/timer.c: Eliminate empty function from every benchmark timer
diff --git a/c/src/lib/libbsp/unix/posix/ChangeLog b/c/src/lib/libbsp/unix/posix/ChangeLog
index 994c024345..7bead4ed8c 100644
--- a/c/src/lib/libbsp/unix/posix/ChangeLog
+++ b/c/src/lib/libbsp/unix/posix/ChangeLog
@@ -1,3 +1,7 @@
+2008-09-05 Ralf Corsépius <ralf.corsepius@rtems.org>
+
+ * timer/timer.c: Convert to "bool".
+
2008-08-31 Joel Sherrill <joel.sherrill@oarcorp.com>
* timer/timer.c: Eliminate empty function from every benchmark timer