Parent Directory
|
Revision Log
|
Patch
| Revision 43 | Revision 63 | ||
|---|---|---|---|
| … | … | ||
| 8 | 8 | ||
| 9 | #ifndef __LOCALDECLS_H__ | 9 | #ifndef __LOCALDECLS_H__ |
| 10 | #define __LOCALDECLS_H__ | 10 | #define __LOCALDECLS_H__ |
| 11 | 11 | ||
| 12 | /* take care of broken ld loading */ | 12 | /* take care of broken ld loading */ |
| 13 | #if defined(__GLIBC__) | 13 | #if defined(__GLIBC__) && !defined(__UCLIBC__) |
| 14 | 14 | ||
| 15 | # if __GLIBC__ <= 2 && __GLIBC_MINOR__ <= 2 | 15 | # if __GLIBC__ <= 2 && __GLIBC_MINOR__ <= 2 |
| 16 | # define BROKEN_RTLD_NEXT | 16 | # define BROKEN_RTLD_NEXT |
| 17 | # define LIBC 5 | 17 | # define LIBC 5 |
| 18 | # endif | 18 | # endif |
|
||||||||
| ViewVC Help | |
| Powered by ViewVC 1.1.13 |