platform_bionic/libc/netbsd/net
David 'Digit' Turner 5e56370038 change getaddrinfo() implementation to match GLibc.
the issue is that the BSD implementation doesn't accept a call like:

  getaddrinfo(SERVER_NAME, "9999", NULL, &res);

because if will reject a numerical string in the second parameter if no hints are explicitely
provided. This technically doesn't violate POSIX but might make porting Linux software a bit
difficult. For more details see:

http://groups.google.com/group/android-ndk/browse_thread/thread/818ab9c53f24c87

also comment debugging printf() calls which shouldn't be there.
2009-05-05 15:50:24 +02:00
..
base64.c auto import from //depot/cupcake/@135843 2009-03-03 19:28:35 -08:00
getaddrinfo.c change getaddrinfo() implementation to match GLibc. 2009-05-05 15:50:24 +02:00
getnameinfo.c auto import from //depot/cupcake/@135843 2009-03-03 19:28:35 -08:00
getservbyname.c auto import from //depot/cupcake/@135843 2009-03-03 19:28:35 -08:00
getservbyname_r.c auto import from //depot/cupcake/@135843 2009-03-03 19:28:35 -08:00
getservbyport.c auto import from //depot/cupcake/@135843 2009-03-03 19:28:35 -08:00
getservbyport_r.c auto import from //depot/cupcake/@135843 2009-03-03 19:28:35 -08:00
getservent.c auto import from //depot/cupcake/@135843 2009-03-03 19:28:35 -08:00
getservent_r.c auto import from //depot/cupcake/@135843 2009-03-03 19:28:35 -08:00
nsdispatch.c auto import from //depot/cupcake/@135843 2009-03-03 19:28:35 -08:00
reentrant.h auto import from //depot/cupcake/@135843 2009-03-03 19:28:35 -08:00
servent.h auto import from //depot/cupcake/@135843 2009-03-03 19:28:35 -08:00
services.h auto import from //depot/cupcake/@135843 2009-03-03 19:28:35 -08:00