summaryrefslogtreecommitdiffstats
path: root/libjava/include
diff options
context:
space:
mode:
authortromey <tromey@138bc75d-0d04-0410-961f-82ee72b054a4>1999-09-03 07:42:40 +0000
committertromey <tromey@138bc75d-0d04-0410-961f-82ee72b054a4>1999-09-03 07:42:40 +0000
commitfd3294bff301baf4d60f19c4ec806101d6211ca6 (patch)
treefca75dffb05c50171f763908a44536eaf2396e81 /libjava/include
parent647c032093237d20f1b897e37f89f7dcea1d9607 (diff)
downloadppe42-gcc-fd3294bff301baf4d60f19c4ec806101d6211ca6.tar.gz
ppe42-gcc-fd3294bff301baf4d60f19c4ec806101d6211ca6.zip
* configure: Rebuilt.
* configure.in: Check for fstat function. * java/io/natFileDescriptorPosix.cc (available): Use fstat() if FIONREAD fails. This fixes PR 3 git-svn-id: svn+ssh://gcc.gnu.org/svn/gcc/trunk@29078 138bc75d-0d04-0410-961f-82ee72b054a4
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 19a7adbb50d..8dc9ecd9e70 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
OpenPOWER on IntegriCloud