OSDN Git Service

gethostbyname can use gethostbyname2, saving one nearly 0.5k static buffer
authorDenis Vlasenko <vda.linux@googlemail.com>
Mon, 1 Dec 2008 09:41:41 +0000 (09:41 -0000)
committerDenis Vlasenko <vda.linux@googlemail.com>
Mon, 1 Dec 2008 09:41:41 +0000 (09:41 -0000)
commit3b1b9d4638f0b92c161453f2896355183296803f
tree0f535b97adc6188d643959e2fbea7c9d7b39b12d
parent62de00801c704ef1f2711a385c2260ffaed6add6
gethostbyname can use gethostbyname2, saving one nearly 0.5k static buffer

    text           data     bss     dec     hex filename
-     45              0     480     525     20d libc/inet/gethostbyname.o
+     18              0       0      18      12 libc/inet/gethostbyname.o
include/netdb.h
libc/inet/resolv.c