Mail Archives: djgpp-workers/2000/08/28/11:48:27
On Mon, 28 Aug 2000, Laurynas Biveinis wrote:
> This is the last missing piece in symlink puzzle, as pointed
> out by Eli. I'll submit yet another one patch which makes
> open() to resolve leading dirs even with O_NOLINK flag, but
> is there anything else skipped?
When I wrote my message with the list of functions I thought needed to
support symlinks in leading directories, I scanned the contents of
djlsr203.zip looking for such functions. But it would be nice if someone
else's eyes could revisit the list of file-oriented functions and verify
that nothing is missing.
The principle is that every function that is available on Unix should
support symlinks. Functions that are specific to DOS/Windows or to DJGPP
do not need to support symlinks, unless we have good reasons to add that
(e.g., because many Unix compatibility functions call that non-Unix
function).
> Tested, works[*].
Looks okay.
- Raw text -