From fafcf8e8936aeef19d00cc2d3111c05c59c16e9c Mon Sep 17 00:00:00 2001 From: Julian Seward Date: Tue, 11 Nov 2014 12:46:58 +0000 Subject: [PATCH] Interceot _platform_strncmp also on OSX 10.10. git-svn-id: svn://svn.valgrind.org/valgrind/trunk@14712 --- shared/vg_replace_strmem.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/shared/vg_replace_strmem.c b/shared/vg_replace_strmem.c index 79f8420921..db2fb9d095 100644 --- a/shared/vg_replace_strmem.c +++ b/shared/vg_replace_strmem.c @@ -580,7 +580,7 @@ static inline void my_exit ( int x ) #elif defined(VGO_darwin) STRNCMP(VG_Z_LIBC_SONAME, strncmp) -# if DARWIN_VERS == DARWIN_10_9 +# if DARWIN_VERS == DARWIN_10_9 || DARWIN_VERS == DARWIN_10_10 STRNCMP(libsystemZuplatformZddylib, _platform_strncmp) # endif -- 2.47.2