From: Martin Str|mberg Message-Id: <200009201733.TAA06163@father.ludd.luth.se> Subject: __FSEXT_alloc_fd() To: djgpp-workers AT delorie DOT com (DJGPP-WORKERS) Date: Wed, 20 Sep 2000 19:33:55 +0200 (MET DST) X-Mailer: ELM [version 2.4ME+ PL54 (25)] MIME-Version: 1.0 Content-Type: text/plain; charset=US-ASCII Content-Transfer-Encoding: 7bit Reply-To: djgpp-workers AT delorie DOT com Snippet from __FSEXT_alloc_fd(): __file_handle_set(fd, O_BINARY); /* so the JFT is expanded as needed */ There is alas no way (that I can see) to pass the O_APPEND to this function. Does it matter? I guess not; but asking in case somebody knows. Right, MartinS