genode/repos/libports/src/lib/libc_resolv
Martin Stein 570b5a6920 libc_resolv/_lxip: fix undefined references...
... to Libc::Plugin::getdirentries, Libc::Plugin::mmap, and
Libc::Plugin::msync.

Ref #2490
2017-08-30 10:01:35 +02:00
..
plugin.cc libc_resolv/_lxip: fix undefined references... 2017-08-30 10:01:35 +02:00
README Move repositories to 'repos/' subdirectory 2014-05-14 16:08:00 +02:00

This libc plugin uses libc's own resolv facilities to do DNS resolving
etc. pp. It is much more advanced than the functions which lwip has to
offer.

Its current use is for noux-pkgs only. ``Native'' Genode programs should
use getaddrinfo() provided by lwip for now.