]> xenbits.xensource.com Git - unikraft/libs/musl.git/commit
Include missing parts of the string library
authorAndrei Tatar <andrei@unikraft.io>
Wed, 7 Jun 2023 09:07:17 +0000 (11:07 +0200)
committerUnikraft <monkey@unikraft.io>
Mon, 7 Aug 2023 12:49:09 +0000 (12:49 +0000)
commit2ac1fb0e53f7bccd070eab31e79774f7ff535bbb
tree3c807a1ac3a32e12e5b0864a531e9b2c69d32317
parentf54ef2a58ae65713e591a165ae3ae4766a93f173
Include missing parts of the string library

The string part of libc was previously missing <memory.h> and
explicit_bzero.c, which this change fixes.

Signed-off-by: Andrei Tatar <andrei@unikraft.io>
Reviewed-by: Stefan Jumarea <stefanjumarea02@gmail.com>
Reviewed-by: Eduard Vintilă <eduard.vintila47@gmail.com>
Approved-by: Razvan Deaconescu <razvand@unikraft.io>
Tested-by: Unikraft CI <monkey@unikraft.io>
GitHub-Closes: #55
Makefile.uk.musl.string