diff options
author | Tony Kimball <alk@pobox.com> | 2002-08-27 16:08:31 +0000 |
---|---|---|
committer | Tom Tromey <tromey@gcc.gnu.org> | 2002-08-27 16:08:31 +0000 |
commit | 835cb22e3bb779908a8d418137d1ff35bc432c2c (patch) | |
tree | 48fd4eeb11e4db9380644fa21c9dd75585c317b8 /libjava/include/win32.h | |
parent | 8632ed40b6999d80593096177abe87deee06c165 (diff) | |
download | gcc-835cb22e3bb779908a8d418137d1ff35bc432c2c.zip gcc-835cb22e3bb779908a8d418137d1ff35bc432c2c.tar.gz gcc-835cb22e3bb779908a8d418137d1ff35bc432c2c.tar.bz2 |
natPlainDatagramSocketImpl.cc (NATIVE_CLOSE): New define.
2002-08-27 Tony Kimball <alk@pobox.com>
Tom Tromey <tromey@redhat.com>
* java/net/natPlainDatagramSocketImpl.cc (NATIVE_CLOSE): New
define.
(::close): Removed.
(PlainDatagramSocketImpl::close): Use NATIVE_CLOSE.
* java/net/natPlainSocketImpl.cc (NATIVE_CLOSE): New define.
(::close): Removed.
(PlainSocketImpl::close): Use NATIVE_CLOSE.
* include/win32.h (getcwd): Removed declaration. Include io.h.
Co-Authored-By: Tom Tromey <tromey@redhat.com>
From-SVN: r56605
Diffstat (limited to 'libjava/include/win32.h')
-rw-r--r-- | libjava/include/win32.h | 3 |
1 files changed, 1 insertions, 2 deletions
diff --git a/libjava/include/win32.h b/libjava/include/win32.h index 9e494ad..da71b8b 100644 --- a/libjava/include/win32.h +++ b/libjava/include/win32.h @@ -19,8 +19,7 @@ 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); +#include <io.h> extern void _Jv_platform_initialize (void); extern void _Jv_platform_initProperties (java::util::Properties*); |