From bbc1a10935d10fb04b2da032a7f9a81b8e3a3331 Mon Sep 17 00:00:00 2001 From: Ralf Corsepius Date: Fri, 25 Feb 2011 02:13:21 +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/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. * configure.ac: Error out if libc doesn't provide opendir, closedir, readdir, rewinddir, scandir, seekdir, telldir. --- cpukit/libcsupport/Makefile.am | 3 --- 1 file changed, 3 deletions(-) (limited to 'cpukit/libcsupport/Makefile.am') diff --git a/cpukit/libcsupport/Makefile.am b/cpukit/libcsupport/Makefile.am index 39a32f4cde..a92d440d2d 100644 --- a/cpukit/libcsupport/Makefile.am +++ b/cpukit/libcsupport/Makefile.am @@ -76,9 +76,6 @@ SYSTEM_CALL_C_FILES += src/readv.c src/writev.c endif DIRECTORY_SCAN_C_FILES = -## 20 Nov 2008: Now using these from newlib's posix directory -DIRECTORY_SCAN_C_FILES += src/opendir.c src/closedir.c src/readdir.c \ - src/rewinddir.c src/scandir.c src/seekdir.c src/telldir.c ## Newlib SHOULD have provided this one DIRECTORY_SCAN_C_FILES += src/readdir_r.c ## Comment out when using these from newlib's unix directory -- cgit v1.2.3