From: "Mark E." To: djgpp-workers AT delorie DOT com (DJGPP-WORKERS) Date: Sat, 31 Mar 2001 12:15:27 -0500 MIME-Version: 1.0 Content-type: text/plain; charset=US-ASCII Content-transfer-encoding: 7BIT Subject: Re: I can set them but how do I read them? Message-ID: <3AC5CA5F.31981.5785F@localhost> In-reply-to: <200103311302.PAA10913@mother.ludd.luth.se> X-mailer: Pegasus Mail for Win32 (v3.12c) Reply-To: djgpp-workers AT delorie DOT com Errors-To: nobody AT delorie DOT com X-Mailing-List: djgpp-workers AT delorie DOT com X-Unsubscribes-To: listserv AT delorie DOT com Precedence: bulk > With __set_fd_properties() I can set the properties. How am I supposed > to read them? I mistakenly thought __has_fd_properties() did > that. Perhaps there should be a __get_fd_properties() function? I referenced the variable directly to imitate the interface to __file_handle_modes. A __get* function is fine by me. Mark