bug-guile
[Top][All Lists]
Advanced

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

bug#72547: [PATCH 4/9] filesys.c: Fix readlink for ports on Darwin.


From: Ludovic Courtès
Subject: bug#72547: [PATCH 4/9] filesys.c: Fix readlink for ports on Darwin.
Date: Sun, 20 Oct 2024 21:20:17 +0200
User-agent: Gnus/5.13 (Gnus v5.13)

Tomas Volf <~@wolfsden.cz> skribis:

> +#elif HAVE_FREADLINK
> +  /* There is no branch in s_scm_readlink that would lead to having both fd 
> and
> +   * non-empty c_path.  Therefore if fd is set, we (on Darwin only) use
> +   * freadlink and ignore the c_path.  On linux this case is already handled 
> by
> +   * readlinkat, but Darwin does not understand empty c_path to mean "the fd
> +   * itself" the way Linux does. */

Removed the leading stars on continuation lines, for styling
consistency.





reply via email to

[Prev in Thread] Current Thread [Next in Thread]