From: Eli Zaretskii To: Martin Str|mberg Cc: djgpp-workers AT delorie DOT com In-reply-to: <200009201733.TAA06163@father.ludd.luth.se> (message from Martin Str|mberg on Wed, 20 Sep 2000 19:33:55 +0200 (MET DST)) Subject: Re: __FSEXT_alloc_fd() References: <200009201733 DOT TAA06163 AT father DOT ludd DOT luth DOT se> Message-Id: <20000923220715.E11932313C@titan.progiciels-bpi.ca> Date: Sat, 23 Sep 2000 18:07:15 -0400 (EDT) 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 > From: Martin Str|mberg > Date: Wed, 20 Sep 2000 19:33:55 +0200 (MET DST) > > 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? Perhaps you could tell what makes you think you might need that. Cannot functions which call __FSEXT_alloc_fd do it themselves?