The improbable occurred: strlcpy(3) and strlcat(3) are in POSIX-2024.
authorguenther <guenther@openbsd.org>
Sat, 3 Aug 2024 20:13:23 +0000 (20:13 +0000)
committerguenther <guenther@openbsd.org>
Sat, 3 Aug 2024 20:13:23 +0000 (20:13 +0000)
commit4af81b37ced6d7e969e2e8eba245210dae4b89d1
tree5354d885d711e594a8204d002386567a5864babd
parentdfc5f6fe81c60539c978ef3d86b354da9e384dc9
The improbable occurred: strlcpy(3) and strlcat(3) are in POSIX-2024.
memmem(3) was also added.  Update #include visibility and manpages
and add restrict qualifiers.

"never thought I'd see this day" millert@
include/string.h
lib/libc/string/memmem.3
lib/libc/string/strlcpy.3