This is the mail archive of the
java-patches@gcc.gnu.org
mailing list for the Java project.
Re: shutdownInput, shutdownOutput, setLength
- From: Andrew Pinski <pinskia at physics dot uc dot edu>
- To: alk at pobox dot com
- Cc: java-patches at gcc dot gnu dot org
- Date: Thu, 4 Jul 2002 00:24:04 -0400
- Subject: Re: shutdownInput, shutdownOutput, setLength
I am not a maintainer, or even have write access but,
On Thursday, July 4, 2002, at 12:18 , Tony Kimball wrote:
+ void
+ java::io::FileDescriptor::setLength (void)
+ {
+ }
+
This part is wrong.
Should it not be:
+ void
+ java::io::FileDescriptor::setLength (jlong pos)
+ {
+ }
+
Thanks,
Andrew Pinski