]> xenbits.xensource.com Git - unikraft/libs/lwip.git/commit
netdb: Prefer musl data types if available
authorSimon Kuenzer <simon@unikraft.io>
Sun, 4 Feb 2024 14:29:29 +0000 (15:29 +0100)
committerRazvan Deaconescu <razvan.deaconescu@upb.ro>
Fri, 9 Feb 2024 20:30:17 +0000 (22:30 +0200)
commit75453a60774246113b65b6dbb4e83a35bc894f5f
treef212fe4f0e4cdbfdbd330bf46b83bcb782362266
parentca1fd4aac87548445e490e586292515f24e8d93e
netdb: Prefer musl data types if available

For better ABI compatibility and interopability, the data types that
are defined in `<lwip/netdb.h>` are replaced by the ones shipped with
the musl library (`<netdb.h>`) if available.

Signed-off-by: Simon Kuenzer <simon@unikraft.io>
Reviewed-by: Eduard Vintilă <eduard.vintila47@gmail.com>
Reviewed-by: Razvan Deaconescu <razvand@unikraft.io>
Approved-by: Razvan Deaconescu <razvand@unikraft.io>
GitHub-Closes: #48
include/lwipopts.h