mirror of
https://github.com/opnsense/src.git
synced 2026-05-28 04:12:45 -04:00
Now that libc has fcloseall(), remove _cleanup() from the list
of FreeBSD private symbols.
This commit is contained in:
parent
28c94ec4cb
commit
ca7f278f1d
1 changed files with 0 additions and 1 deletions
|
|
@ -136,7 +136,6 @@ FBSD_1.0 {
|
|||
};
|
||||
|
||||
FBSDprivate {
|
||||
_cleanup; # To be replaced with fcloseall().
|
||||
_flockfile;
|
||||
_flockfile_debug_stub;
|
||||
_flockfile_debug;
|
||||
|
|
|
|||
Loading…
Reference in a new issue