summaryrefslogtreecommitdiffstats
path: root/cpukit/ChangeLog
diff options
context:
space:
mode:
authorRalf Corsepius <ralf.corsepius@rtems.org>2011-12-06 15:20:50 +0000
committerRalf Corsepius <ralf.corsepius@rtems.org>2011-12-06 15:20:50 +0000
commit47528a8f2ec1380747520cc41b453e2b3131c336 (patch)
tree98cdb22f2b8f142b4fc6da9de8f49a9b8a47a0b1 /cpukit/ChangeLog
parent2011-12-06 Joel Sherrill <joel.sherrill@oarcorp.com> (diff)
downloadrtems-47528a8f2ec1380747520cc41b453e2b3131c336.tar.bz2
2011-12-06 Ralf Corsépius <ralf.corsepius@rtems.org>
* libfs/src/pipe/pipe.c: Include <rtems/pipe.h> (Missing prototype).
Diffstat (limited to '')
-rw-r--r--cpukit/ChangeLog5
1 files changed, 4 insertions, 1 deletions
diff --git a/cpukit/ChangeLog b/cpukit/ChangeLog
index 85db5f4645..b7a0d97b28 100644
--- a/cpukit/ChangeLog
+++ b/cpukit/ChangeLog
@@ -1,3 +1,7 @@
+2011-12-06 Ralf Corsépius <ralf.corsepius@rtems.org>
+
+ * libfs/src/pipe/pipe.c: Include <rtems/pipe.h> (Missing prototype).
+
2011-12-06 Sebastian Huber <sebastian.huber@embedded-brains.de>
* score/src/heapiterate.c, score/src/pheapiterate.c: New files.
@@ -79,7 +83,6 @@
Make RTEMS_CAPTURE_* defines unsigned (Avoid implicit
sign conversions).
Make rtems_capture_trigger static (Missing prototypes).
- Make rtems_capture_trigger static (Missing prototypes).
* libmisc/capture/capture.h:
Make RTEMS_CAPTURE_WATCH, RTEMS_CAPTURE_TRACED unsigned (Avoid
implicit sign conversions).