summaryrefslogtreecommitdiffstats
path: root/libresolv
Commit message (Collapse)AuthorAgeFilesLines
...
* Be consistant for all the client code, and use TARGET_CC with ↵Eric Andersen2001-06-151-5/+3
| | | | --uclibc-use-build-dir
* warn folks that libresolv is a stubEric Andersen2001-05-301-0/+3
|
* Stub out libresolv for now. Some apps try to link with it (thoughEric Andersen2001-05-213-0/+91
almost always erroneously as a result of configure scripts that were poorly done). This will let such apps compile... -Erik