OSDN Git Service

2002-08-25 Adam Megacz <adam@xwt.org>
authormegacz <megacz@138bc75d-0d04-0410-961f-82ee72b054a4>
Mon, 26 Aug 2002 05:29:59 +0000 (05:29 +0000)
committermegacz <megacz@138bc75d-0d04-0410-961f-82ee72b054a4>
Mon, 26 Aug 2002 05:29:59 +0000 (05:29 +0000)
        * include/win32.h (getcwd): copied function declaration as
        temporary fix for header confusion.

git-svn-id: svn+ssh://gcc.gnu.org/svn/gcc/trunk@56574 138bc75d-0d04-0410-961f-82ee72b054a4

libjava/ChangeLog
libjava/include/win32.h

index 71b789f..2237d43 100644 (file)
@@ -1,3 +1,8 @@
+2002-08-25  Adam Megacz <adam@xwt.org>
+
+       * include/win32.h (getcwd): copied function declaration as
+       temporary fix for header confusion.
+       
 2002-08-24  Mark Wielaard <mark@klomp.org>
 
        * Makefile.am (libgcj_la_SOURCES): Remove name-finder.cc.
index 8fbe393..9e494ad 100644 (file)
@@ -19,6 +19,9 @@ details.  */
 #include <gcj/cni.h>
 #include <java/util/Properties.h>
 
+// FIXME: remove this once the io.h issue is resolved
+extern "C" char*   getcwd (char*, int);
+
 extern void _Jv_platform_initialize (void);
 extern void _Jv_platform_initProperties (java::util::Properties*);
 extern jlong _Jv_platform_gettimeofday ();