lib: move strlcat()
authorJan Beulich <jbeulich@suse.com>
Thu, 22 Apr 2021 12:49:10 +0000 (14:49 +0200)
committerJan Beulich <jbeulich@suse.com>
Thu, 22 Apr 2021 12:49:10 +0000 (14:49 +0200)
commit9c1e40fb7f9b197fa1c20842bc2fdb47550a2f33
tree1d014534d06ddb2470327c12205794796cce9b85
parentead845c4fbe44d2ea8d16eaaa6d59f1d63a29b2d
lib: move strlcat()

Allow the function to be individually linkable, discardable, and
overridable.

Signed-off-by: Jan Beulich <jbeulich@suse.com>
Acked-by: Julien Grall <jgrall@amazon.com>
xen/common/string.c
xen/lib/Makefile
xen/lib/strlcat.c [new file with mode: 0644]