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?


>>>>> "Bryce" == Bryce McKinlay <bryce@waitaki.otago.ac.nz> writes:

Bryce> How about adding a win32.cc, putting the win32 implementation
Bryce> of _Jv_gettimeofday() in it, and set things up so that posix.cc
Bryce> only builds on posix and win32.cc only builds on windows.

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.

Tom


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