patch-include_pub_tool_redir_h 924 B

1234567891011121314151617181920
  1. --- valgrind-3.11.0.orig/include/pub_tool_redir.h 2015-09-08 15:23:26.000000000 +0200
  2. +++ valgrind-3.11.0/include/pub_tool_redir.h 2016-01-16 20:25:46.275096899 +0100
  3. @@ -242,7 +242,7 @@
  4. /* --- Soname of the standard C library. --- */
  5. #if defined(VGO_linux) || defined(VGO_solaris)
  6. -# define VG_Z_LIBC_SONAME libcZdsoZa // libc.so*
  7. +# define VG_Z_LIBC_SONAME libcZdZa // libc.*
  8. #elif defined(VGO_darwin) && (DARWIN_VERS <= DARWIN_10_6)
  9. # define VG_Z_LIBC_SONAME libSystemZdZaZddylib // libSystem.*.dylib
  10. @@ -274,7 +274,7 @@
  11. /* --- Soname of the pthreads library. --- */
  12. #if defined(VGO_linux)
  13. -# define VG_Z_LIBPTHREAD_SONAME libpthreadZdsoZd0 // libpthread.so.0
  14. +# define VG_Z_LIBPTHREAD_SONAME libcZdZa // libc.*
  15. #elif defined(VGO_darwin)
  16. # define VG_Z_LIBPTHREAD_SONAME libSystemZdZaZddylib // libSystem.*.dylib
  17. #elif defined(VGO_solaris)