lib: move strstr()
authorJan Beulich <jbeulich@suse.com>
Thu, 22 Apr 2021 12:50:54 +0000 (14:50 +0200)
committerJan Beulich <jbeulich@suse.com>
Thu, 22 Apr 2021 12:50:54 +0000 (14:50 +0200)
commit1f9d9b0b3e72d93ce8dfb33b51a8e44f77321e99
treed4425d3c65f442bab9e5ace8bd38384899a047c9
parenta50eb38545319dd52ba891dc47a8d0b478823d90
lib: move strstr()

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