lib: move strpbrk()
authorJan Beulich <jbeulich@suse.com>
Thu, 22 Apr 2021 12:53:10 +0000 (14:53 +0200)
committerJan Beulich <jbeulich@suse.com>
Thu, 22 Apr 2021 12:53:10 +0000 (14:53 +0200)
commit4a0630eae4f1eb0ede38511fb97f19673299aac4
tree385d45c888f32c2e158ea4ecd64a7a4cb73a0763
parentb3573bbd2ea6c8cdbe8c3a635354404fc19478f8
lib: move strpbrk()

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