summaryrefslogtreecommitdiffstats
path: root/include/netdb.h
Commit message (Collapse)AuthorAgeFilesLines
* getnet: switch to config parserBernhard Reutner-Fischer2010-08-051-7/+4
| | | | Signed-off-by: Bernhard Reutner-Fischer <rep.dot.nop@gmail.com>
* Revert "don't make __errno_location / __h_errno_location hidden"Austin Foxley2010-07-061-0/+1
| | | | | | | | This reverts commit 0d6ee549bc86fd330672a79d9a87d2c3825eea67. We need to find a solution that will work in shared and static libraries Signed-off-by: Austin Foxley <austinf@cetoncorp.com>
* don't make __errno_location / __h_errno_location hiddenPeter Korsgaard2010-07-051-1/+0
| | | | | | | | | | | | | Closes #2089 (https://bugs.busybox.net/show_bug.cgi?id=2089) __errno_location / __h_errno_location access has to go through the PLT like malloc/free, so the linuxthread variants gets used instead when compiling with -pthread. Based on http://github.com/mat-c/uClibc/commit/328d392c54aa5dc2b8e7f398a419087de497de2b Signed-off-by: Peter Korsgaard <jacmet@sunsite.dk> Signed-off-by: Austin Foxley <austinf@cetoncorp.com>
* include/: add tls errno and res_stateAustin Foxley2009-09-261-10/+26
| | | | Signed-off-by: Austin Foxley <austinf@cetoncorp.com>
* - remove unavailable functionality upon request (Peter Mazinger)Bernhard Reutner-Fischer2009-01-211-1/+1
|
* gethostbyname can use gethostbyname2, saving one nearly 0.5k static bufferDenis Vlasenko2008-12-011-0/+1
| | | | | | | text data bss dec hex filename - 45 0 480 525 20d libc/inet/gethostbyname.o + 18 0 0 18 12 libc/inet/gethostbyname.o
* Last portion of libc_hidden_proto removal.Denis Vlasenko2008-11-201-0/+28
| | | | | Appears to build fine (several .configs tried)
* - trim any trailing whitespaceBernhard Reutner-Fischer2008-07-231-1/+1
|
* Functions should be either exported in public .h filesDenis Vlasenko2008-04-121-0/+5
| | | | | | | | | | | | | and marked with libc_hidden_proto/def(), or not be exported in .h files and be hidden (or even static if possible). We have five functions which violate this. Fixing: netdb.h: export ruserpass() rpc/rpc.h: export xdr_accepted_reply() and xdr_rejected_reply() make inet_ntoa_r static function (it is not exported in any .h file) make _time_tzset hidden function (it is not exported in any .h file)
* Sync up w/ glibcPeter S. Mazinger2005-11-041-2/+2
|
* add a note explaining the weird h_errno definitionMike Frysinger2005-08-251-1/+3
|
* Hmm, things broke with vapiers update. LetsJoakim Tjernlund2005-08-181-2/+1
| | | | make it compile and let vapier worry about the rest :)
* import updates from glibcMike Frysinger2005-08-181-92/+292
|
* 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
| | | | | (__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