lib: move strcmp()
authorJan Beulich <jbeulich@suse.com>
Thu, 22 Apr 2021 12:48:25 +0000 (14:48 +0200)
committerJan Beulich <jbeulich@suse.com>
Thu, 22 Apr 2021 12:48:25 +0000 (14:48 +0200)
commit4d0e3e734676c48b405c80344ba97060fcc0cad8
tree6f4b95aa6a6e2d41f1735527cca4d4ceae92bad1
parent36bba1238a398fb7f84a6c432e099db91d54c657
lib: move strcmp()

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/strcmp.c [new file with mode: 0644]