]> git.ipfire.org Git - thirdparty/valgrind.git/commitdiff
Illumos: also has wcpncpy
authorPaul Floyd <pjfloyd@wanadoo.fr>
Sat, 13 Apr 2024 19:35:49 +0000 (21:35 +0200)
committerPaul Floyd <pjfloyd@wanadoo.fr>
Sat, 13 Apr 2024 19:35:49 +0000 (21:35 +0200)
shared/vg_replace_strmem.c

index 3d88fb824be66a5b8f5708a1fa8db876351a732d..4ac7e330ac4e3b0c98dc74eff1bb136c21c24378 100644 (file)
@@ -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