summaryrefslogtreecommitdiffstats
path: root/include/netdb.h
Commit message (Expand)AuthorAgeFilesLines
* Use __UCLIBC_HAS_TLS__ (now available) as guard for TLS relatedCarmelo Amoroso2009-02-201-2/+2
* - pull r24946 from trunk (remove unavailable functionality; psm)Bernhard Reutner-Fischer2009-01-211-1/+1
* signed-off-by: Khem Raj <raj.khem@gmail.com>Khem Raj2008-12-021-3/+31
* BIG BIG commit: all left files merged from trunk [rev 22714]. Currenntly NPTL...Carmelo Amoroso2008-07-091-0/+5
* Changes to make 'h_errno' be a TLS variable. These changes should be portable..."Steven J. Hill"2006-01-051-2/+24
* Clean-up definition and usage of h_errno to be a TLS variable."Steven J. Hill"2005-12-131-18/+2
* Merge from trunk."Steven J. Hill"2005-11-171-1/+1
* Rename option PTHREADS_NATIVE to be UCLIBC_HAS_THREADS_NATIVE instead. What a..."Steven J. Hill"2005-09-241-2/+2
* Merge with trunk."Steven J. Hill"2005-08-261-95/+294
* In reality, the futex support that was originally added was only for STDIO op..."Steven J. Hill"2005-08-091-4/+12
* Fixed up resolver and errno code such that both thread models can compile wit..."Steven J. Hill"2005-07-221-1/+1
* Changed files for glibc compatibility so that more NPTL files would build."Steven J. Hill"2005-06-121-0/+5
* Doh! As noted by Mike Frysinger I was too agressive at culling stuffEric Andersen2004-09-081-0/+7
* Audit and disable unimplemented stuffEric Andersen2004-09-071-70/+12
* (h_errno): Only define as a macro if __UCLIBC_HAS_THREADS__ is defined.Miles Bader2002-08-161-12/+3
* Replace all instances of _LIBC_REENTRANT with __UCLIBC_HAS_THREADS__Eric Andersen2002-08-161-3/+3
* 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
* 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