Xref: news2.mv.net comp.os.msdos.djgpp:5398 From: Thomas Demmer Newsgroups: comp.os.msdos.djgpp Subject: Bug in open()/_open() Date: Wed, 26 Jun 1996 12:28:02 +0100 Organization: Lehrstuhl fuer Stroemungsmechanik Lines: 24 Message-ID: <31D11EC2.59E2@LSTM.Ruhr-UNI-Bochum.De> NNTP-Posting-Host: bvb.lstm.ruhr-uni-bochum.de Mime-Version: 1.0 Content-Type: text/plain; charset=us-ascii Content-Transfer-Encoding: 7bit To: djgpp AT delorie DOT com DJ-Gateway: from newsgroup comp.os.msdos.djgpp open() masks out all Bits in flags that make no sense in DOS. But with a File System Extions handler installed, they _might_ make sense. So it might be better to move the masking code to _open and activate it only when no FSE handler is installed or it returns DOSIO. The current code efficiently disables non-blocking IO on a serial line... -- Ciao Tom ************************************************************* * Thomas Demmer * * Lehrstuhl fuer Stroemungsmechanik * * Ruhr-Uni-Bochum * * Universitaetsstr. 150 * * D-44780 Bochum * * Tel: +49 234 700 6434 * * Fax: +49 234 709 4162 * * http://www.lstm.ruhr-uni-bochum.de/~demmer * *************************************************************