]> git.ipfire.org Git - thirdparty/libbsd.git/commit
Adjust strlcpy() and strlcat() per glibc adoption
authorGuillem Jover <guillem@hadrons.org>
Sun, 7 Jan 2024 16:43:12 +0000 (17:43 +0100)
committerGuillem Jover <guillem@hadrons.org>
Sun, 7 Jan 2024 16:55:40 +0000 (17:55 +0100)
commitdf116b5597ae1b17b5b31834c6c082d57ddf94d4
tree94dd017b080ffd6a38b489ec86eec1617e306658
parentecb44e165514885648240c1b139c4ab0c212a0fa
Adjust strlcpy() and strlcat() per glibc adoption

These functions were added in glibc 2.38, in anticipation of POSIX
adopting them too.

Closes: #26
configure.ac
include/bsd/string.h
man/strlcpy.3bsd