wcslcpy() and wcslcat() are in POSIX-2024. Update #include visibility
authorguenther <guenther@openbsd.org>
Wed, 7 Aug 2024 04:59:45 +0000 (04:59 +0000)
committerguenther <guenther@openbsd.org>
Wed, 7 Aug 2024 04:59:45 +0000 (04:59 +0000)
commite4900374111d9fcb2dbe48f0cc7afe9c6094da02
treebda3bd4e0f015a3eebb0be3553d5200d8363b87e
parent3e38cd6fb08c70a51f9d0f7a7d5136e8df0fc690
wcslcpy() and wcslcat() are in POSIX-2024.  Update #include visibility
and manpages and add restrict qualifiers.

ok millert@
include/wchar.h
lib/libc/string/wcslcpy.3