summaryrefslogtreecommitdiffstats
path: root/cpukit/ChangeLog
diff options
context:
space:
mode:
authorRalf Corsepius <ralf.corsepius@rtems.org>2011-02-25 02:52:54 +0000
committerRalf Corsepius <ralf.corsepius@rtems.org>2011-02-25 02:52:54 +0000
commit0111c50d8e048b1b3aa8b38100373c410a8a290e (patch)
treee8230f0a884281bbb7a5d038834ba6d0fd7defb4 /cpukit/ChangeLog
parent2011-02-25 Ralf Corsépius <ralf.corsepius@rtems.org> (diff)
downloadrtems-0111c50d8e048b1b3aa8b38100373c410a8a290e.tar.bz2
2011-02-25 Ralf Corsépius <ralf.corsepius@rtems.org>
* libcsupport/src/creat.c: Remove. * libcsupport/Makefile.am: Reflect changes above. * configure.ac: Error out if libc doesn't provide creat.
Diffstat (limited to 'cpukit/ChangeLog')
-rw-r--r--cpukit/ChangeLog8
1 files changed, 7 insertions, 1 deletions
diff --git a/cpukit/ChangeLog b/cpukit/ChangeLog
index 589669fdd2..a1168252f4 100644
--- a/cpukit/ChangeLog
+++ b/cpukit/ChangeLog
@@ -1,10 +1,16 @@
2011-02-25 Ralf Corsépius <ralf.corsepius@rtems.org>
+ * libcsupport/src/creat.c: Remove.
+ * libcsupport/Makefile.am: Reflect changes above.
+ * configure.ac: Error out if libc doesn't provide creat.
+
+2011-02-25 Ralf Corsépius <ralf.corsepius@rtems.org>
+
* libcsupport/src/opendir.c, libcsupport/src/closedir.c,
libcsupport/src/readdir.c, libcsupport/src/rewinddir.c,
libcsupport/src/scandir.c, libcsupport/src/seekdir.c,
libcsupport/src/telldir.c: Remove.
- * libcsuppport/Makefile.am: Reflect changes above.
+ * libcsupport/Makefile.am: Reflect changes above.
* configure.ac: Error out if libc doesn't provide
opendir, closedir, readdir, rewinddir, scandir, seekdir,
telldir.