commit | 218f2f4882482e1d023ddbf4b9f6cbf1f6b0145d | [log] [tgz] |
---|---|---|
author | Denis Vlasenko <vda.linux@googlemail.com> | Wed Jan 24 22:02:01 2007 +0000 |
committer | Denis Vlasenko <vda.linux@googlemail.com> | Wed Jan 24 22:02:01 2007 +0000 |
tree | e58717abf91e17db281fbbdfdc0072c198ce85b7 | |
parent | 84d2d493b4b664d1465cff955367fb9bc7769e5d [diff] [blame] |
accumulated post-1.4.0 fixes
diff --git a/libbb/xreadlink.c b/libbb/xreadlink.c index 76f52ca..fb67cde 100644 --- a/libbb/xreadlink.c +++ b/libbb/xreadlink.c
@@ -36,7 +36,7 @@ char *xmalloc_realpath(const char *path) { -#ifdef __GLIBC__ +#if defined(__GLIBC__) && !defined(__UCLIBC__) /* glibc provides a non-standard extension */ return realpath(path, NULL); #else