]> git.ipfire.org Git - thirdparty/valgrind.git/commitdiff
Darwin: add redir for wcpncpy
authorPaul Floyd <pjfloyd@wanadoo.fr>
Mon, 3 Nov 2025 20:56:42 +0000 (21:56 +0100)
committerPaul Floyd <pjfloyd@wanadoo.fr>
Mon, 3 Nov 2025 20:56:42 +0000 (21:56 +0100)
.gitignore
shared/vg_replace_strmem.c

index fb2aec24272e16c5817439e72e11f90d4762c41f..cfd8c7bd8f38910a51c4727616a8ac7d53c474c3 100644 (file)
 /memcheck/tests/wcscat
 /memcheck/tests/weirdioctl
 /memcheck/tests/with space
-/memcheck/tests/wcpncpy
+/memcheck/tests/wcpncpy1
 /memcheck/tests/wcsncpy
 /memcheck/tests/wmemcmp
 /memcheck/tests/wrap1
index aaa4092570a101868d593880aaceaa54d065d837..6cc26d9a82216828881a5a02e17d387930534632 100644 (file)
@@ -2425,6 +2425,8 @@ static inline void my_exit ( int x )
 
 #if defined(VGO_linux) || defined(VGO_freebsd) || defined(VGO_solaris)
  WCPNCPY(VG_Z_LIBC_SONAME, wcpncpy)
+#elif defined(VGO_darwin)
+ WCPNCPY(libsystemZucZddylib, wcpncpy)
 #endif
 
 /*----------------------- wcscat ----------------------*/