aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorRob Landley <rob@landley.net>2014-08-02 19:50:03 -0500
committerRob Landley <rob@landley.net>2014-08-02 19:50:03 -0500
commitbd0ad99d2e39c0eaf86ef8a92cceafd79989f470 (patch)
tree608c83b91619e521f6955ab95c5d73844d8f5337
parent825d7148d057a012fd8df0851a768a0d438f6c61 (diff)
downloadtoybox-bd0ad99d2e39c0eaf86ef8a92cceafd79989f470.tar.gz
Yank xrealpath prototype since the function's gone.
-rw-r--r--lib/lib.h1
1 files changed, 0 insertions, 1 deletions
diff --git a/lib/lib.h b/lib/lib.h
index 34c78a26..521a8d6b 100644
--- a/lib/lib.h
+++ b/lib/lib.h
@@ -114,7 +114,6 @@ int xioctl(int fd, int request, void *data);
char *xgetcwd(void);
void xstat(char *path, struct stat *st);
char *xabspath(char *path, int exact);
-char *xrealpath(char *path);
void xchdir(char *path);
void xchroot(char *path);
struct passwd *xgetpwuid(uid_t uid);