From: Julian Seward Date: Tue, 11 Nov 2014 12:46:58 +0000 (+0000) Subject: Interceot _platform_strncmp also on OSX 10.10. X-Git-Tag: svn/VALGRIND_3_11_0~836 X-Git-Url: http://git.ipfire.org/?a=commitdiff_plain;h=fafcf8e8936aeef19d00cc2d3111c05c59c16e9c;p=thirdparty%2Fvalgrind.git Interceot _platform_strncmp also on OSX 10.10. git-svn-id: svn://svn.valgrind.org/valgrind/trunk@14712 --- 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