Mail Archives: djgpp-workers/1997/09/09/07:26:01
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.
- Raw text -