]> xenbits.xensource.com Git - unikraft/libs/musl.git/commit
getnameinfo: Copy lwip adapter code from `lib/newlib`
authorSimon Kuenzer <simon@unikraft.io>
Tue, 6 Feb 2024 10:11:18 +0000 (11:11 +0100)
committerRazvan Deaconescu <razvan.deaconescu@upb.ro>
Fri, 9 Feb 2024 20:32:59 +0000 (22:32 +0200)
commit75752f8685509daad00052d203204ba5b4aa45f8
treed9161140d2e696adbfd5954a779c91a318dbfd8d
parenta727ff503147153ce3cead5045d6cce73a1e5fe8
getnameinfo: Copy lwip adapter code from `lib/newlib`

This commit copies the lwip glue code for `getnameinfo()` from `lib/newlib`
(https://github.com/unikraft/lib-newlib/commit/727d5eabd48f329df179be4a37dd40dd5d71151b,
 Commit 727d5ea) to musl. It is only enabled if musl is configured to
forward DNS related requests to lwIP.

Signed-off-by: Simon Kuenzer <simon@unikraft.io>
Reviewed-by: Stefan Jumarea <stefanjumarea02@gmail.com>
Reviewed-by: Mihnea Firoiu <mihneafiroiu0@gmail.com>
Reviewed-by: Razvan Deaconescu <razvand@unikraft.io>
Approved-by: Razvan Deaconescu <razvand@unikraft.io>
GitHub-Closes: #74
Makefile.uk.musl.network
lwip/getnameinfo.c [new file with mode: 0644]