nuttx/libs/libc/netdb
Gregory Nutt cf99fb40c9 This commit moves all of the libraries under a common directory called libs/. This most certainly break libcxx and uClibc++ for now.
Squashed commit of the following:

    libs/libxx:  Fix some confusing in naming.  If the directory is called libxx, then the library must be libxx.a (unless perhaps LIBCXX is selected).
    libs/:  Fix paths in moved library directories.
    libs:  Brute force move of libc, libnx, and libxx to libs.  Cannot yet build it in that configuration.
2018-05-29 13:21:26 -06:00
..
Kconfig
lib_dns.h
lib_dnsaddserver.c
lib_dnsbind.c
lib_dnscache.c
lib_dnsforeach.c
lib_dnsinit.c
lib_dnsquery.c
lib_gethostbyaddr.c
lib_gethostbyaddrr.c
lib_gethostbyname.c
lib_gethostbynamer.c
lib_netdb.c
lib_netdb.h
lib_parsehostfile.c
Make.defs