summaryrefslogtreecommitdiffstats
path: root/include/netdb.h
Commit message (Collapse)AuthorAgeFilesLines
* (h_errno): Only define as a macro if __UCLIBC_HAS_THREADS__ is defined.Miles Bader2002-08-161-12/+3
| | | | | (__set_h_errno): Just assign to `h_errno' (which will be expanded to the thread-friendly version when appropriate).
* Replace all instances of _LIBC_REENTRANT with __UCLIBC_HAS_THREADS__Eric Andersen2002-08-161-3/+3
| | | | -Erik
* Fix rpc + threads so it now compiles.Eric Andersen2002-02-261-7/+2
|
* Rev all the header files to sync things with glibc 2.2.4Eric Andersen2001-09-271-196/+497
|
* Add hstrerror, it just points to strerror like h_errno.David McCullough2001-08-091-0/+2
|
* A patch from Michal Moskal <malekith@pld.org.pl> to includeEric Andersen2001-07-091-0/+1
| | | | | partial IPV6 support. This adds things like gethostbyname2(). Off by defaut, of course,
* Define h_errno to be errno for now.Manuel Novoa III2001-03-121-4/+6
|
* More random fixes and additions.Eric Andersen2000-10-271-0/+1
|
* Initial revision0_9_1Erik Andersen2000-05-141-0/+215