diff options
author | deischen <deischen@FreeBSD.org> | 2006-03-30 04:37:08 +0000 |
---|---|---|
committer | deischen <deischen@FreeBSD.org> | 2006-03-30 04:37:08 +0000 |
commit | c52b7e783bf840d1b0f126c08d6200b7b19036f1 (patch) | |
tree | e9599e621c82ad2a3e3a4742865d3f5089d30111 /lib/libc/resolv | |
parent | 54a478ceca292cc147449c66835d59e0d936ceb6 (diff) | |
download | FreeBSD-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.map | 1 |
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; |