This is the mail archive of the
java-patches@gcc.gnu.org
mailing list for the Java project.
Re: WIN-32: _Jv_platform_gettimeofday now takes no args, returns jlong
- From: Bryce McKinlay <bryce at waitaki dot otago dot ac dot nz>
- To: Adam Megacz <patches at lists dot megacz dot com>
- Cc: java-patches at gcc dot gnu dot org
- Date: Thu, 07 Mar 2002 16:06:43 +1300
- Subject: Re: WIN-32: _Jv_platform_gettimeofday now takes no args, returns jlong
- References: <86y9h586q8.fsf@megacz.com>
Adam Megacz wrote:
>As discussed here:
>
> http://gcc.gnu.org/ml/java/2002-02/msg00130.html
>
>Ok to commit?
>
> - a
>
>2002-03-06 Adam Megacz <adam@xwt.org>
>
> * win32.cc (_Jv_platform_gettimeofday): Now takes no args,
> returns jlong. Added implementation
> * posix.cc (_Jv_platform_gettimeofday): Now takes no args,
> returns jlong.
> * win32.h (_Jv_platform_gettimeofday): Now takes no args,
> returns jlong.
> * posix.h (_Jv_platform_gettimeofday): Now takes no args,
> returns jlong.
> * java/lang/natSystem.cc (currentTimeMillis): Now uses updated
> _Jv_platform_gettimeofday signature.
>
OK.
Bryce.