Mail Archives: djgpp-workers/1997/09/08/18:01:16
> I've just finished a fsext for perl, which seems to work. It virtualizes
> the glob() function, so now "/dev/dosglob/searchpattern" opens a "file"
> which contains the matched filenames. 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. Is it a real
> problem?
There are lots of I/O functions that don't support FSEXT yet. I'm not
sure what to do with them. FSEXT was originally added to support
virtual character and stream devices, not files, so that's where the
effort went.
- Raw text -