Mail Archives: djgpp-workers/2000/08/22/14:49:48
Eli Zaretskii wrote:
> Hmm.. I'm not sure this is a good idea. _dxe_load was meant to be as
> small as possible. Why does it need to support symlinks?
Consistency. But if this is too high price, I don't mind doing nothing
there.
> (And, btw: if you replace _open with open, you need to use O_BINARY,
> since that's how _open opens the file.
OTOH, if we would add symlink support here, it would be better to leave
_open() and add __solve_symlinks(). The overhead should be smaller than
with open() in this case.
Laurynas
- Raw text -