aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorMike Frysinger <vapier@gentoo.org>2005-05-02 23:53:52 +0000
committerMike Frysinger <vapier@gentoo.org>2005-05-02 23:53:52 +0000
commit9e3f0cef92bc58071c0257a019831b4b681e01b5 (patch)
tree5056d6c4828d8a60dd6e41253249616f5ce6e65d /localdecls.h
parentdlvsym doesnt exist in uClibc (diff)
downloadsandbox-9e3f0cef92bc58071c0257a019831b4b681e01b5.tar.gz
sandbox-9e3f0cef92bc58071c0257a019831b4b681e01b5.tar.bz2
sandbox-9e3f0cef92bc58071c0257a019831b4b681e01b5.zip
dont define BROKEN_RTLD_NEXT in uClibc
Signed-off-by: Mike Frysinger <vapier@gentoo.org>
Diffstat (limited to 'localdecls.h')
-rw-r--r--localdecls.h2
1 files changed, 1 insertions, 1 deletions
diff --git a/localdecls.h b/localdecls.h
index f328062..54fc2a0 100644
--- a/localdecls.h
+++ b/localdecls.h
@@ -10,7 +10,7 @@
#define __LOCALDECLS_H__
/* take care of broken ld loading */
-#if defined(__GLIBC__)
+#if defined(__GLIBC__) && !defined(__UCLIBC__)
# if __GLIBC__ <= 2 && __GLIBC_MINOR__ <= 2
# define BROKEN_RTLD_NEXT