summaryrefslogtreecommitdiffstats
path: root/libc/inet/gai_strerror.c
Commit message (Collapse)AuthorAgeFilesLines
* Slight size reduction by use of smallints/consts:Denis Vlasenko2008-05-251-1/+1
| | | | | | - 288016 1924 7176 297116 4889c libuClibc-0.9.29.so + 287956 1924 7168 297048 48858 libuClibc-0.9.29.so
* Enable _GNU_SOURCE build wide, trying to get consistent interfaces, else IMA ↵Peter S. Mazinger2006-01-221-1/+0
| | | | is a useless attempt
* Bart Visscher <magick@Linux-Fan.com> has added some missing IPV6 support, andEric Andersen2002-03-191-0/+62
added several additional reentrant networking functions such that iptables now runs with IPV6 support.