[Top][All Lists]
[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]
Re: RFC: FileDescriptor patch
From: |
Tom Tromey |
Subject: |
Re: RFC: FileDescriptor patch |
Date: |
06 Apr 2003 12:35:21 -0600 |
User-agent: |
Gnus/5.09 (Gnus v5.9.0) Emacs/21.3.50 |
>>>>> "Aaron" == Aaron M Renn <address@hidden> writes:
Aaron> o This change doesn't have int flags for the synchronous write option
Aaron> from RandomAccessFile. I interpreted this as requiring the O_SYNC
Aaron> flag on open. True?
I'll fix. Thanks.
Aaron> o The setting of in, out, and err isn't actually in nativeInit yet (I
Aaron> assume you're planning to add it)
Yes.
Tom