]> xenbits.xensource.com Git - unikraft/libs/lwip.git/commit
patches: Add patches for Musl compatibility
authorRazvan Deaconescu <razvand@unikraft.io>
Sun, 20 Nov 2022 15:18:20 +0000 (17:18 +0200)
committerUnikraft <monkey@unikraft.io>
Fri, 25 Nov 2022 09:47:28 +0000 (09:47 +0000)
commit560e66eee119c88a36543ef594f8f991a9e7538e
tree89e51563a069cfc803b7906a623d26742ce72733
parentac95c7fc7e8f63f74ce9a1d576004d6aa69a07b2
patches: Add patches for Musl compatibility

Add patch files that remove or update functions, macros and variables in
LWIP original source code to make it compatible to Musl.

Signed-off-by: Razvan Deaconescu <razvand@unikraft.io>
Reviewed-by: Cezar Craciunoiu <cezar.craciunoiu@unikraft.io>
Approved-by: Marco Schlumpp <marco@unikraft.io>
Tested-by: Unikraft CI <monkey@unikraft.io>
GitHub-Closes: #23
patches/0007-src-include-Make-lwip-sockets.h-compatible-with-Musl.patch [new file with mode: 0644]
patches/0008-src-include-Make-lwip-inet.h-compatible-with-Musl.patch [new file with mode: 0644]
patches/0009-src-api-Make-netdb.c-compatible-with-Musl.patch [new file with mode: 0644]
patches/0010-src-api-Make-sockets.c-compatible-with-Musl.patch [new file with mode: 0644]