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!)
This commit is contained in:
Daniel Eischen 2006-03-30 04:37:08 +00:00
parent a49ed2a673
commit 4c6aab055d
3 changed files with 4 additions and 0 deletions

View file

@ -97,4 +97,6 @@ FBSD_1.0 {
FBSDprivate {
_PathLocale;
__detect_path_locale;
__collate_load_error;
__collate_range_cmp;
};

View file

@ -86,6 +86,7 @@ FBSD_1.0 {
__res_search;
__res_querydomain;
__res_setservers;
_res;
__res_state;
__res_vinit;
__hostalias;

View file

@ -135,6 +135,7 @@ FBSD_1.0 {
};
FBSDprivate {
_cleanup; # To be replaced with fcloseall().
_flockfile;
_flockfile_debug_stub;
_flockfile_debug;