mirror of git://gcc.gnu.org/git/gcc.git
win32.h (getcwd): copied function declaration as temporary fix for header confusion.
2002-08-25 Adam Megacz <adam@xwt.org>
* include/win32.h (getcwd): copied function declaration as
temporary fix for header confusion.
From-SVN: r56574
This commit is contained in:
parent
e006911274
commit
6005baa707
|
|
@ -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>
|
2002-08-24 Mark Wielaard <mark@klomp.org>
|
||||||
|
|
||||||
* Makefile.am (libgcj_la_SOURCES): Remove name-finder.cc.
|
* Makefile.am (libgcj_la_SOURCES): Remove name-finder.cc.
|
||||||
|
|
|
||||||
|
|
@ -19,6 +19,9 @@ details. */
|
||||||
#include <gcj/cni.h>
|
#include <gcj/cni.h>
|
||||||
#include <java/util/Properties.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_initialize (void);
|
||||||
extern void _Jv_platform_initProperties (java::util::Properties*);
|
extern void _Jv_platform_initProperties (java::util::Properties*);
|
||||||
extern jlong _Jv_platform_gettimeofday ();
|
extern jlong _Jv_platform_gettimeofday ();
|
||||||
|
|
|
||||||
Loading…
Reference in New Issue