This is the mail archive of the java@gcc.gnu.org mailing list for the Java project.


Index Nav: [Date Index] [Subject Index] [Author Index] [Thread Index]
Message Nav: [Date Prev] [Date Next] [Thread Prev] [Thread Next]
Other format: [Raw text]

Re: relocate bits of posix.cc into natPosix*.cc?



Tom Tromey <tromey@redhat.com> writes:
> BTW, Adam -- I did make a change here, but I didn't know how to write
> _Jv_platform_gettimeofday for Windows.  _Jv_gettimeofday was used
> previously and not defined for Windows, so I assume the current cvs
> doesn't yet build there.

Yep. I'm trying to make all the changes I need to non-win32 stuff,
since that stuff needs approval, and hence goes more slowly and is
more painful/frustrating =). Once that's done, I can sprint through
the rest of the stuff in a single coding/patching binge =)

I'll provide the implementation for _Jv_win32_gettimeofday(); just
leave it blank for now.

  - a


Index Nav: [Date Index] [Subject Index] [Author Index] [Thread Index]
Message Nav: [Date Prev] [Date Next] [Thread Prev] [Thread Next]