re PR libgcj/24170 (libjava natFilePosix.cc seems to have a security problem)

PR libgcj/24170:
	* java/io/natFilePosix.cc (File::performList): Don't use
	readdir_r.
	* configure, include/config.h.in: Rebuilt.
	* configure.ac: Don't check for readdir_r.

From-SVN: r132491
This commit is contained in:
Tom Tromey
2008-02-20 19:09:09 +00:00
committed by Tom Tromey
parent 993ac7c7ef
commit c8910ef9e2
5 changed files with 11 additions and 13 deletions
-3
View File
@@ -214,9 +214,6 @@
/* Define to 1 if you have the <pwd.h> header file. */
#undef HAVE_PWD_H
/* Define to 1 if you have the `readdir_r' function. */
#undef HAVE_READDIR_R
/* Define to 1 if you have the `readlink' function. */
#undef HAVE_READLINK