This is the mail archive of the
java@gcc.gnu.org
mailing list for the Java project.
Re: WIN-28: fix POSIX file descriptor numbering assumptions
- From: Tom Tromey <tromey at redhat dot com>
- To: Bryce McKinlay <bryce at waitaki dot otago dot ac dot nz>
- Cc: Adam Megacz <patches at lists dot megacz dot com>, java at gcc dot gnu dot org
- Date: 25 Feb 2002 17:11:00 -0700
- Subject: Re: WIN-28: fix POSIX file descriptor numbering assumptions
- References: <86y9hho46v.fsf@megacz.com> <3C7ACA04.1030903@waitaki.otago.ac.nz>
- Reply-to: tromey at redhat dot com
>>>>> "Bryce" == Bryce McKinlay <bryce@waitaki.otago.ac.nz> writes:
Bryce> I recall seeing a patch from Jeff a long time ago to fix
Bryce> FileDescriptor to be more portable and not make the POSIX
Bryce> file-descriptor-is-an-int assumption, but it never got checked
Bryce> in.
As I recall it used a RawData to represent the file descriptor.
I think we should resurrect that.
Tom