This is the mail archive of the java-patches@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: 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


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