index
:
uclibc-ng.git
master
Unnamed repository; edit this file 'description' to name the repository.
summary
refs
log
tree
commit
diff
log msg
author
committer
range
path:
root
/
include
/
netdb.h
Age
Commit message (
Collapse
)
Author
2004-09-08
Doh! As noted by Mike Frysinger I was too agressive at culling stuff
Eric Andersen
2004-09-07
Audit and disable unimplemented stuff
Eric Andersen
2002-08-16
(h_errno): Only define as a macro if __UCLIBC_HAS_THREADS__ is defined.
Miles Bader
(__set_h_errno): Just assign to `h_errno' (which will be expanded to the thread-friendly version when appropriate).
2002-08-16
Replace all instances of _LIBC_REENTRANT with __UCLIBC_HAS_THREADS__
Eric Andersen
-Erik
2002-02-26
Fix rpc + threads so it now compiles.
Eric Andersen
2001-09-27
Rev all the header files to sync things with glibc 2.2.4
Eric Andersen
2001-08-09
Add hstrerror, it just points to strerror like h_errno.
David McCullough
2001-07-09
A patch from Michal Moskal <malekith@pld.org.pl> to include
Eric Andersen
partial IPV6 support. This adds things like gethostbyname2(). Off by defaut, of course,
2001-03-12
Define h_errno to be errno for now.
Manuel Novoa III
2000-10-27
More random fixes and additions.
Eric Andersen
2000-05-14
Initial revision
Erik Andersen