summaryrefslogtreecommitdiffstats
path: root/cpukit/ChangeLog
diff options
context:
space:
mode:
authorRalf Corsepius <ralf.corsepius@rtems.org>2010-05-01 04:19:00 +0000
committerRalf Corsepius <ralf.corsepius@rtems.org>2010-05-01 04:19:00 +0000
commitc7989fe7c1cedb24403747ed35aa772f29e59fd0 (patch)
treee5b8a5871adcb5ac60451b584a2c823f773c4e65 /cpukit/ChangeLog
parent2010-04-30 Joel Sherrill <joel.sherrilL@OARcorp.com> (diff)
downloadrtems-c7989fe7c1cedb24403747ed35aa772f29e59fd0.tar.bz2
2010-05-01 Ralf Corsépius <ralf.corsepius@rtems.org>
* libcsupport/Makefile.am: Add libcsupport/src/flockfile.c, libcsupport/src/ftrylockfile.c, libcsupport/src/funlockfile.c. * libcsupport/src/flockfile.c, libcsupport/src/ftrylockfile.c, libcsupport/src/funlockfile.c: New (stub functions).
Diffstat (limited to 'cpukit/ChangeLog')
-rw-r--r--cpukit/ChangeLog7
1 files changed, 7 insertions, 0 deletions
diff --git a/cpukit/ChangeLog b/cpukit/ChangeLog
index 4a60abd41c..63f46483f8 100644
--- a/cpukit/ChangeLog
+++ b/cpukit/ChangeLog
@@ -1,3 +1,10 @@
+2010-05-01 Ralf Corsépius <ralf.corsepius@rtems.org>
+
+ * libcsupport/Makefile.am: Add libcsupport/src/flockfile.c,
+ libcsupport/src/ftrylockfile.c, libcsupport/src/funlockfile.c.
+ * libcsupport/src/flockfile.c, libcsupport/src/ftrylockfile.c,
+ libcsupport/src/funlockfile.c: New (stub functions).
+
2010-04-30 Sebastian Huber <sebastian.huber@embedded-brains.de>
* libcsupport/include/rtems/libio_.h, libcsupport/src/envlock.c,