|
From: <sv...@va...> - 2017-06-09 13:31:07
|
Author: sewardj
Date: Fri Jun 9 14:31:00 2017
New Revision: 16440
Log:
Merge from trunk, r16436:
Add a replacement for __GI_strcspn() required on s390x/Linux.
Modified:
branches/VALGRIND_3_13_BRANCH/shared/ (props changed)
branches/VALGRIND_3_13_BRANCH/shared/vg_replace_strmem.c
Modified: branches/VALGRIND_3_13_BRANCH/shared/vg_replace_strmem.c
==============================================================================
--- branches/VALGRIND_3_13_BRANCH/shared/vg_replace_strmem.c (original)
+++ branches/VALGRIND_3_13_BRANCH/shared/vg_replace_strmem.c Fri Jun 9 14:31:00 2017
@@ -1721,6 +1721,7 @@
#if defined(VGO_linux)
STRCSPN(VG_Z_LIBC_SONAME, strcspn)
+ STRCSPN(VG_Z_LIBC_SONAME, __GI_strcspn)
#elif defined(VGO_darwin)
|