diff options
author | Rob Landley <rob@landley.net> | 2014-08-02 19:50:03 -0500 |
---|---|---|
committer | Rob Landley <rob@landley.net> | 2014-08-02 19:50:03 -0500 |
commit | bd0ad99d2e39c0eaf86ef8a92cceafd79989f470 (patch) | |
tree | 608c83b91619e521f6955ab95c5d73844d8f5337 /lib | |
parent | 825d7148d057a012fd8df0851a768a0d438f6c61 (diff) | |
download | toybox-bd0ad99d2e39c0eaf86ef8a92cceafd79989f470.tar.gz |
Yank xrealpath prototype since the function's gone.
Diffstat (limited to 'lib')
-rw-r--r-- | lib/lib.h | 1 |
1 files changed, 0 insertions, 1 deletions
@@ -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); |