From 73b124c02be67357d5b6fd8a3e2dfd0c17b18b9e Mon Sep 17 00:00:00 2001 From: Paul Floyd Date: Sat, 13 Apr 2024 21:35:49 +0200 Subject: [PATCH] Illumos: also has wcpncpy --- shared/vg_replace_strmem.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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 -- 2.47.2