From: Paul Floyd Date: Sat, 13 Apr 2024 19:35:49 +0000 (+0200) Subject: Illumos: also has wcpncpy X-Git-Tag: VALGRIND_3_23_0~50 X-Git-Url: http://git.ipfire.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=73b124c02be67357d5b6fd8a3e2dfd0c17b18b9e;p=thirdparty%2Fvalgrind.git Illumos: also has wcpncpy --- diff --git a/shared/vg_replace_strmem.c b/shared/vg_replace_strmem.c index 3d88fb824..4ac7e330a 100644 --- a/shared/vg_replace_strmem.c +++ b/shared/vg_replace_strmem.c @@ -2422,7 +2422,7 @@ static inline void my_exit ( int x ) return dst_orig + (src - src_orig); \ } -#if defined(VGO_linux) || defined(VGO_freebsd) +#if defined(VGO_linux) || defined(VGO_freebsd) || defined(VGO_solaris) WCPNCPY(VG_Z_LIBC_SONAME, wcpncpy) #endif