aboutsummaryrefslogtreecommitdiff
path: root/shared
diff options
context:
space:
mode:
authorrhyskidd <rhyskidd@a5019735-40e9-0310-863c-91ae7b9d1cf9>2015-05-14 13:03:08 +0000
committerrhyskidd <rhyskidd@a5019735-40e9-0310-863c-91ae7b9d1cf9>2015-05-14 13:03:08 +0000
commit366cefb68a2b15558ed1ddcda74c675d3ac39948 (patch)
treec75255e700a3765d6e306f36f32592363f3f46d6 /shared
parentb6b5205d74ba39c48601c0dc97d9e0903f065893 (diff)
downloadvalgrind-366cefb68a2b15558ed1ddcda74c675d3ac39948.tar.gz
bz#347233 - Fix memcheck/tests/strchr on OS X 10.10 (Haswell)
git-svn-id: svn://svn.valgrind.org/valgrind/trunk@15229 a5019735-40e9-0310-863c-91ae7b9d1cf9
Diffstat (limited to 'shared')
-rw-r--r--shared/vg_replace_strmem.c1
1 files changed, 1 insertions, 0 deletions
diff --git a/shared/vg_replace_strmem.c b/shared/vg_replace_strmem.c
index 02795be5d..d4e54492d 100644
--- a/shared/vg_replace_strmem.c
+++ b/shared/vg_replace_strmem.c
@@ -248,6 +248,7 @@ static inline void my_exit ( int x )
# if DARWIN_VERS == DARWIN_10_10
/* _platform_strchr$VARIANT$Generic */
STRCHR(libsystemZuplatformZddylib, _platform_strchr$VARIANT$Generic)
+ STRCHR(libsystemZuplatformZddylib, _platform_strchr$VARIANT$Haswell)
# endif
#endif