patch-coregrind_vg_preloaded_c 467 B

1234567891011
  1. --- valgrind-3.11.0.orig/coregrind/vg_preloaded.c 2015-09-08 15:23:26.000000000 +0200
  2. +++ valgrind-3.11.0/coregrind/vg_preloaded.c 2016-01-16 20:25:46.275096899 +0100
  3. @@ -56,7 +56,7 @@
  4. void VG_NOTIFY_ON_LOAD(freeres)( void );
  5. void VG_NOTIFY_ON_LOAD(freeres)( void )
  6. {
  7. -# if !defined(__UCLIBC__) \
  8. +# if defined(__GLIBC__) \
  9. && !defined(VGPV_arm_linux_android) \
  10. && !defined(VGPV_x86_linux_android) \
  11. && !defined(VGPV_mips32_linux_android) \