new xmalloc_readlink_follow() routine to fully expand trailing symlinks
to get to a "real" file (or directory).
This commit is contained in:
@ -260,6 +260,7 @@ DIR *warn_opendir(const char *path);
|
||||
|
||||
/* UNUSED: char *xmalloc_realpath(const char *path); */
|
||||
char *xmalloc_readlink(const char *path);
|
||||
char *xmalloc_readlink_follow(const char *path);
|
||||
char *xmalloc_readlink_or_warn(const char *path);
|
||||
char *xrealloc_getcwd_or_warn(char *cwd);
|
||||
|
||||
|
Reference in New Issue
Block a user