summaryrefslogtreecommitdiffstats
path: root/libjava/include
diff options
context:
space:
mode:
authortromey <tromey@138bc75d-0d04-0410-961f-82ee72b054a4>2002-08-29 18:05:15 +0000
committertromey <tromey@138bc75d-0d04-0410-961f-82ee72b054a4>2002-08-29 18:05:15 +0000
commitfdce0b6449f62f3e243e59aa2f5453ed1e61138c (patch)
treea31a718cf9037c5c8f783d5e793792805d6ed4b0 /libjava/include
parent3196bed74979360646cbc8418db5c86c0527ced4 (diff)
downloadppe42-gcc-fdce0b6449f62f3e243e59aa2f5453ed1e61138c.tar.gz
ppe42-gcc-fdce0b6449f62f3e243e59aa2f5453ed1e61138c.zip
* java/io/natFileDescriptorPosix.cc (setLength): Handle case where
ftruncate is missing. * configure, include/config.h.in: Rebuilt. * acconfig.h (HAVE_FTRUNCATE): Mention. * configure.in: Check for ftruncate. git-svn-id: svn+ssh://gcc.gnu.org/svn/gcc/trunk@56658 138bc75d-0d04-0410-961f-82ee72b054a4
Diffstat (limited to 'libjava/include')
-rw-r--r--libjava/include/config.h.in4
1 files changed, 4 insertions, 0 deletions
diff --git a/libjava/include/config.h.in b/libjava/include/config.h.in
index 266d6e3032d..f75f74f0318 100644
--- a/libjava/include/config.h.in
+++ b/libjava/include/config.h.in
@@ -132,6 +132,7 @@
#undef HAVE_READDIR_R
#undef HAVE_GETHOSTBYNAME_R
#undef HAVE_GETHOSTBYADDR_R
+#undef HAVE_FTRUNCATE
/* Define if you want a bytecode interpreter. */
#undef INTERPRETER
@@ -201,6 +202,9 @@
/* Define if you have the ftime function. */
#undef HAVE_FTIME
+/* Define if you have the ftruncate function. */
+#undef HAVE_FTRUNCATE
+
/* Define if you have the getcwd function. */
#undef HAVE_GETCWD
OpenPOWER on IntegriCloud