summaryrefslogtreecommitdiffstats
path: root/cpukit/ChangeLog
diff options
context:
space:
mode:
authorRalf Corsepius <ralf.corsepius@rtems.org>2008-02-15 07:40:55 +0000
committerRalf Corsepius <ralf.corsepius@rtems.org>2008-02-15 07:40:55 +0000
commit023a3830f8984f150c77ab74c5a41d17525243ce (patch)
tree1a521b25a77d014ea188a50d8ed30581ddd99219 /cpukit/ChangeLog
parentinclude <limits.h> (diff)
downloadrtems-023a3830f8984f150c77ab74c5a41d17525243ce.tar.bz2
2008-02-15 Ralf Corsépius <ralf.corsepius@rtems.org>
* posix/src/cond.c, posix/src/mutex.c, posix/src/pbarrier.c, posix/src/prwlock.c, posix/src/pspin.c: Include <limits.h>.
Diffstat (limited to 'cpukit/ChangeLog')
-rw-r--r--cpukit/ChangeLog4
1 files changed, 3 insertions, 1 deletions
diff --git a/cpukit/ChangeLog b/cpukit/ChangeLog
index 27fe8e71b6..5c1312f863 100644
--- a/cpukit/ChangeLog
+++ b/cpukit/ChangeLog
@@ -1,7 +1,9 @@
2008-02-15 Ralf Corsépius <ralf.corsepius@rtems.org>
+ * posix/src/cond.c, posix/src/mutex.c, posix/src/pbarrier.c,
+ posix/src/prwlock.c, posix/src/pspin.c: Include <limits.h>.
* libcsupport/include/motorola/mc68230.h: Prefix defines with
- MC68230_ to avoid preprocessor clashes.
+ MC68230_ to avoid preprocessor clashes.
2008-02-06 Joel Sherrill <joel.sherrill@oarcorp.com>