From 0111c50d8e048b1b3aa8b38100373c410a8a290e Mon Sep 17 00:00:00 2001 From: Ralf Corsepius Date: Fri, 25 Feb 2011 02:52:54 +0000 Subject: =?UTF-8?q?2011-02-25=09Ralf=20Cors=C3=A9pius=20?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit * libcsupport/src/creat.c: Remove. * libcsupport/Makefile.am: Reflect changes above. * configure.ac: Error out if libc doesn't provide creat. --- cpukit/ChangeLog | 8 +++++++- 1 file changed, 7 insertions(+), 1 deletion(-) (limited to 'cpukit/ChangeLog') 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 + + * 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 * 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. -- cgit v1.2.3