about summary refs log tree commit diff
path: root/posix/tst-getaddrinfo2.c
Commit message (Collapse)AuthorAgeFilesLines
* Update.Ulrich Drepper2004-10-061-1/+3
| | | | | | | * posix/tst-getaddrinfo2.c: Include stdlib.h and string.h. (do_test): Use %p instead of 0x%08X to print a pointer. * malloc/malloc.c: Include stdio-common/_itoa.h.
* [BZ #358]Ulrich Drepper2004-09-261-0/+75
Update. 2004-09-26 Ulrich Drepper <drepper@redhat.com> * sysdeps/posix/getaddrinfo.c (getaddrinfo): Remove incorrect requirement on socktype and protocol. (gaih_inet): If numeric port number is given, return records for all possible socket types. * posix/tst-getaddrinfo2.c: New file. * posix/Makefile (tests): Add tst-getaddrinfo2. [BZ #358]