mirror of
https://github.com/opnsense/src.git
synced 2026-05-28 04:12:45 -04:00
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:
parent
a49ed2a673
commit
4c6aab055d
3 changed files with 4 additions and 0 deletions
|
|
@ -97,4 +97,6 @@ FBSD_1.0 {
|
|||
FBSDprivate {
|
||||
_PathLocale;
|
||||
__detect_path_locale;
|
||||
__collate_load_error;
|
||||
__collate_range_cmp;
|
||||
};
|
||||
|
|
|
|||
|
|
@ -86,6 +86,7 @@ FBSD_1.0 {
|
|||
__res_search;
|
||||
__res_querydomain;
|
||||
__res_setservers;
|
||||
_res;
|
||||
__res_state;
|
||||
__res_vinit;
|
||||
__hostalias;
|
||||
|
|
|
|||
|
|
@ -135,6 +135,7 @@ FBSD_1.0 {
|
|||
};
|
||||
|
||||
FBSDprivate {
|
||||
_cleanup; # To be replaced with fcloseall().
|
||||
_flockfile;
|
||||
_flockfile_debug_stub;
|
||||
_flockfile_debug;
|
||||
|
|
|
|||
Loading…
Reference in a new issue