Date: Tue, 9 Sep 1997 14:23:44 +0300 (IDT) From: Eli Zaretskii To: Molnar Laszlo cc: DJGPP workers Subject: Re: fsext question In-Reply-To: <34141607.22FD892B@cdata.tvnet.hu> Message-ID: MIME-Version: 1.0 Content-Type: TEXT/PLAIN; charset=US-ASCII Precedence: bulk On Mon, 8 Sep 1997, Molnar Laszlo wrote: > And here is my question: as I saw > lseek() and fstat() don't use fsext, so strange things could happen when > an application tries to find the size of this virtual file. FSEXT is not implemented for the full set of primitive functions used on files and handles. I think the necessary hooks should be added to those functions which currently don't have them. `stat', `lseek' and `fstat' are a few that come to mind. I vaguely recall thet the GNU libc distribution (sorry, it's huge) includes a list of all the functions that need to support filesystem extensions.