OSDN Git Service

inet/resolv: add ns_{put,get}{16,32}
authorDaniel Mack <zonque@gmail.com>
Tue, 12 Jul 2011 22:30:48 +0000 (00:30 +0200)
committerBernhard Reutner-Fischer <rep.dot.nop@gmail.com>
Fri, 26 Aug 2011 07:29:52 +0000 (09:29 +0200)
commit466f11015f44dd6be48bc0295196a83421bceea5
tree523f094649a86d9aeae4bf77b398c0c545a495cb
parent6ca582ff96ae373e635a275626af1243a81d63a4
inet/resolv: add ns_{put,get}{16,32}

This patch introduces a new config directive
'UCLIBC_HAS_RESOLVER_SUPPORT' and adds the new symbols conditionally.

Signed-off-by: Daniel Mack <zonque@gmail.com>
extra/Configs/Config.in
libc/inet/Makefile.in
libc/inet/ns_netint.c [new file with mode: 0644]
libc/inet/resolv.c