aboutsummaryrefslogtreecommitdiff
path: root/libjava/include
diff options
context:
space:
mode:
authorTom Tromey <tromey@cygnus.com>1999-09-03 07:42:40 +0000
committerTom Tromey <tromey@gcc.gnu.org>1999-09-03 07:42:40 +0000
commit1d189890aeae46ca273c577f74c02fa7cbc14368 (patch)
treefca75dffb05c50171f763908a44536eaf2396e81 /libjava/include
parente36bf33a3b4d9bf07051d32f1e2ddf2b4aa0f6ec (diff)
downloadgcc-1d189890aeae46ca273c577f74c02fa7cbc14368.zip
gcc-1d189890aeae46ca273c577f74c02fa7cbc14368.tar.gz
gcc-1d189890aeae46ca273c577f74c02fa7cbc14368.tar.bz2
re GNATS libgcj/3 (FileInputStream.available always returns 0)
* configure: Rebuilt. * configure.in: Check for fstat function. * java/io/natFileDescriptorPosix.cc (available): Use fstat() if FIONREAD fails. This fixes PR 3 From-SVN: r29078
Diffstat (limited to 'libjava/include')
-rw-r--r--libjava/include/config.h.in3
1 files changed, 3 insertions, 0 deletions
diff --git a/libjava/include/config.h.in b/libjava/include/config.h.in
index 19a7adb..8dc9ecd 100644
--- a/libjava/include/config.h.in
+++ b/libjava/include/config.h.in
@@ -137,6 +137,9 @@
/* Define if you have the ctime_r function. */
#undef HAVE_CTIME_R
+/* Define if you have the fstat function. */
+#undef HAVE_FSTAT
+
/* Define if you have the fsync function. */
#undef HAVE_FSYNC