summaryrefslogtreecommitdiffstats
path: root/lib/libc/resolv
diff options
context:
space:
mode:
authordeischen <deischen@FreeBSD.org>2006-03-30 04:37:08 +0000
committerdeischen <deischen@FreeBSD.org>2006-03-30 04:37:08 +0000
commitc52b7e783bf840d1b0f126c08d6200b7b19036f1 (patch)
treee9599e621c82ad2a3e3a4742865d3f5089d30111 /lib/libc/resolv
parent54a478ceca292cc147449c66835d59e0d936ceb6 (diff)
downloadFreeBSD-src-c52b7e783bf840d1b0f126c08d6200b7b19036f1.zip
FreeBSD-src-c52b7e783bf840d1b0f126c08d6200b7b19036f1.tar.gz
Add __collate_load_error and __collate_range_cmp to the list of
FBSDprivate locale symbols. These functions are needed by libcompat. Add _cleanup to the list of stdio FBSDprivate symbols. Some third party applications use this. This will be removed and replaced by fcloseall() once libc version is bumped. Add _res to the list of resolv symbols. Found by: portbuilder runs (thanks Kris!)
Diffstat (limited to 'lib/libc/resolv')
-rw-r--r--lib/libc/resolv/Symbol.map1
1 files changed, 1 insertions, 0 deletions
diff --git a/lib/libc/resolv/Symbol.map b/lib/libc/resolv/Symbol.map
index 3239a20..6e1de65 100644
--- a/lib/libc/resolv/Symbol.map
+++ b/lib/libc/resolv/Symbol.map
@@ -86,6 +86,7 @@ FBSD_1.0 {
__res_search;
__res_querydomain;
__res_setservers;
+ _res;
__res_state;
__res_vinit;
__hostalias;
OpenPOWER on IntegriCloud