From df001848a70647f835a9ee2bd0431144a7c45b9d Mon Sep 17 00:00:00 2001 From: Julian Seward Date: Wed, 19 Nov 2014 09:14:07 +0000 Subject: [PATCH] OSX 10.10: intercept memchr in libsystem_platform.dylib. git-svn-id: svn://svn.valgrind.org/valgrind/trunk@14734 --- shared/vg_replace_strmem.c | 1 + 1 file changed, 1 insertion(+) diff --git a/shared/vg_replace_strmem.c b/shared/vg_replace_strmem.c index db2fb9d095..4ca652b459 100644 --- a/shared/vg_replace_strmem.c +++ b/shared/vg_replace_strmem.c @@ -806,6 +806,7 @@ static inline void my_exit ( int x ) MEMCHR(libsystemZuplatformZddylib, _platform_memchr) # endif # if DARWIN_VERS == DARWIN_10_10 + MEMCHR(VG_Z_DYLD, memchr) /* _platform_memchr$VARIANT$Generic */ MEMCHR(libsystemZuplatformZddylib, _platform_memchr$VARIANT$Generic) # endif -- 2.47.2