diff options
author | Tom Tromey <tromey@cygnus.com> | 1999-09-03 07:42:40 +0000 |
---|---|---|
committer | Tom Tromey <tromey@gcc.gnu.org> | 1999-09-03 07:42:40 +0000 |
commit | 1d189890aeae46ca273c577f74c02fa7cbc14368 (patch) | |
tree | fca75dffb05c50171f763908a44536eaf2396e81 /libjava/include | |
parent | e36bf33a3b4d9bf07051d32f1e2ddf2b4aa0f6ec (diff) | |
download | gcc-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.in | 3 |
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 |