]> git.ipfire.org Git - thirdparty/gcc.git/commitdiff
win32.h (getcwd): copied function declaration as temporary fix for header confusion.
authorAdam Megacz <adam@xwt.org>
Mon, 26 Aug 2002 05:29:59 +0000 (05:29 +0000)
committerAdam Megacz <megacz@gcc.gnu.org>
Mon, 26 Aug 2002 05:29:59 +0000 (05:29 +0000)
2002-08-25  Adam Megacz <adam@xwt.org>

        * include/win32.h (getcwd): copied function declaration as
        temporary fix for header confusion.

From-SVN: r56574

libjava/ChangeLog
libjava/include/win32.h

index 71b789ff50d25b9c18e5200932bc1a81b2aa6a88..2237d433897dc08600fdba7277bc6bb51b06df07 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 8fbe39335d0a96bf6faf939d9df9f551742193ef..9e494add4128801bcc29c46bb8d6c0ab6e0a2a72 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 ();