diff options
Diffstat (limited to 'localdecls.h')
-rw-r--r-- | localdecls.h | 2 |
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 |