From 599bbfbd9be0073c262319a120174fad5a60113e Mon Sep 17 00:00:00 2001 From: Paul Fox Date: Thu, 8 Nov 2007 20:00:36 +0000 Subject: xmalloc_follow_symlinks() -- fix ELOOP issue with absolute paths, return full path in cases where path doesn't resolve to a link. change name to better differentiate from xmalloc_readlink(). --- include/libbb.h | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'include') diff --git a/include/libbb.h b/include/libbb.h index 0170085cb..1adac8443 100644 --- a/include/libbb.h +++ b/include/libbb.h @@ -260,10 +260,10 @@ 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); +char *xmalloc_follow_symlinks(const char *path); //TODO: signal(sid, f) is the same? then why? extern void sig_catch(int,void (*)(int)); -- cgit v1.2.3