This is the mail archive of the
java-patches@gcc.gnu.org
mailing list for the Java project.
Re: Patch: java/lang/natRuntime.cc
>>>>> "Michael" == Michael Koch <konqueror@gmx.de> writes:
Michael> This file has many FIXMEs asking if this works on windows. I
Michael> think we should commit this patch and then split this file
Michael> into a POSIX and a WIN32 version.
natRuntime.cc has been using platform functions from the platform's
.h file instead. I think there is only one windows-related FIXME
here, and it is really a question, not necessarily a bug.
Tom