diff options
author | Tom Tromey <tromey@redhat.com> | 2008-02-20 19:09:09 +0000 |
---|---|---|
committer | Tom Tromey <tromey@gcc.gnu.org> | 2008-02-20 19:09:09 +0000 |
commit | c8910ef9e2bbec3bfcfaedcd5f79d7b40a7a79ad (patch) | |
tree | 71b52b3448e1cbe7f7e4e3bfd7cc6141fcc30f2b /libjava/include/config.h.in | |
parent | 993ac7c7eff9ad66169977ba7f9e8eed241f107f (diff) | |
download | gcc-c8910ef9e2bbec3bfcfaedcd5f79d7b40a7a79ad.zip gcc-c8910ef9e2bbec3bfcfaedcd5f79d7b40a7a79ad.tar.gz gcc-c8910ef9e2bbec3bfcfaedcd5f79d7b40a7a79ad.tar.bz2 |
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
Diffstat (limited to 'libjava/include/config.h.in')
-rw-r--r-- | libjava/include/config.h.in | 3 |
1 files changed, 0 insertions, 3 deletions
diff --git a/libjava/include/config.h.in b/libjava/include/config.h.in index 99da702..3fdde39 100644 --- a/libjava/include/config.h.in +++ b/libjava/include/config.h.in @@ -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 |