X-Sybari-Trust: 241d8466 9ffcebbb cd1bde24 00000138 From: Martin Stromberg Message-Id: <200301191736.SAA01943@lws256.lu.erisoft.se> Subject: _createnew To: djgpp-workers AT delorie DOT com (DJGPP-WORKERS) Date: Sun, 19 Jan 2003 18:36:36 +0100 (MET) X-Mailer: ELM [version 2.5 PL3] MIME-Version: 1.0 Content-Type: text/plain; charset=us-ascii Content-Transfer-Encoding: 7bit Reply-To: djgpp-workers AT delorie DOT com Hello. On the status page there's a bug on _createnew: _creatnew does not honour the flags passed to it - it always opens it read-write mode Are you aware of that anamoly is actually documented in its info page. Is it really necessary to do anything? If we really think we should do something, how about this for implementation: set some fd_props to say that only reading is allowed (and if somebody reads there's nothing to read as it's empty). Personally, I don't see the justification for the extra effort. Right, MartinS