diff options
author | Waldemar Brodkorb <wbx@openadk.org> | 2017-06-23 20:22:21 +0200 |
---|---|---|
committer | Waldemar Brodkorb <wbx@openadk.org> | 2017-06-23 20:22:21 +0200 |
commit | 1abc7e84ef725efff7d5e8f447b688c1f83ce17a (patch) | |
tree | f82d7da8a0f2ec22f24476a6c252f3dc07ff95ed /package/valgrind/patches/patch-include_pub_tool_redir_h | |
parent | 5807e47ee47de1a7762ecc5b1808e0ab43e38646 (diff) |
valgrind: update to 3.13.0
Diffstat (limited to 'package/valgrind/patches/patch-include_pub_tool_redir_h')
-rw-r--r-- | package/valgrind/patches/patch-include_pub_tool_redir_h | 20 |
1 files changed, 0 insertions, 20 deletions
diff --git a/package/valgrind/patches/patch-include_pub_tool_redir_h b/package/valgrind/patches/patch-include_pub_tool_redir_h deleted file mode 100644 index 3256a1ce2..000000000 --- a/package/valgrind/patches/patch-include_pub_tool_redir_h +++ /dev/null @@ -1,20 +0,0 @@ ---- valgrind-3.11.0.orig/include/pub_tool_redir.h 2015-09-08 15:23:26.000000000 +0200 -+++ valgrind-3.11.0/include/pub_tool_redir.h 2016-01-16 20:25:46.275096899 +0100 -@@ -242,7 +242,7 @@ - /* --- Soname of the standard C library. --- */ - - #if defined(VGO_linux) || defined(VGO_solaris) --# define VG_Z_LIBC_SONAME libcZdsoZa // libc.so* -+# define VG_Z_LIBC_SONAME libcZdZa // libc.* - - #elif defined(VGO_darwin) && (DARWIN_VERS <= DARWIN_10_6) - # define VG_Z_LIBC_SONAME libSystemZdZaZddylib // libSystem.*.dylib -@@ -274,7 +274,7 @@ - /* --- Soname of the pthreads library. --- */ - - #if defined(VGO_linux) --# define VG_Z_LIBPTHREAD_SONAME libpthreadZdsoZd0 // libpthread.so.0 -+# define VG_Z_LIBPTHREAD_SONAME libcZdZa // libc.* - #elif defined(VGO_darwin) - # define VG_Z_LIBPTHREAD_SONAME libSystemZdZaZddylib // libSystem.*.dylib - #elif defined(VGO_solaris) |