Warning, file /multimedia/kid3/linux/glibc_version_nightmare.h was not indexed or was modified since last indexation (in which case cross-reference links may be missing, inaccurate or erroneous).
0001 #if defined(__GNUC__) && defined(__LP64__) /* only under 64 bit gcc */ 0002 #include <features.h> /* for glibc version */ 0003 #if defined(__GLIBC__) && (__GLIBC__ == 2) && (__GLIBC_MINOR__ >= 14) 0004 /* force mempcy to be from earlier compatible system */ 0005 __asm__(".symver memcpy,memcpy@GLIBC_2.2.5"); 0006 #endif 0007 #undef _FEATURES_H /* so gets reloaded if necessary */ 0008 #endif