]> xenbits.xensource.com Git - xen.git/commit
lib: move strsep()
authorJan Beulich <jbeulich@suse.com>
Thu, 22 Apr 2021 12:53:21 +0000 (14:53 +0200)
committerJan Beulich <jbeulich@suse.com>
Thu, 22 Apr 2021 12:53:21 +0000 (14:53 +0200)
commit4f7bfefe79f417a657dba5bd25129dd6961e8de7
tree48653617b5e3a4192f05ca7f24b0bd98c82b25ee
parent4a0630eae4f1eb0ede38511fb97f19673299aac4
lib: move strsep()

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/Makefile
xen/common/string.c [deleted file]
xen/lib/Makefile
xen/lib/strsep.c [new file with mode: 0644]