mirror of
https://github.com/opnsense/src.git
synced 2026-06-11 09:41:03 -04:00
libc: stop exposing __fcntl_compat
It was exposed (under FBSDprivate_1.0) for forward compatability in threading libraries in 2008 by commitcd7d66a21f. The last consumer was removed in 2015 by commit8495e8b1e9. I missed this among the _ and __sys_ symbols in commite2417a21a0. Reviewed by: imp, kib Differential Revision: https://reviews.freebsd.org/D43408
This commit is contained in:
parent
03d04bf494
commit
60b2e2d3ee
1 changed files with 0 additions and 1 deletions
|
|
@ -594,7 +594,6 @@ FBSDprivate_1.0 {
|
|||
__sys_fchown;
|
||||
_fcntl;
|
||||
__sys_fcntl;
|
||||
__fcntl_compat;
|
||||
_fhopen;
|
||||
__sys_fhopen;
|
||||
_fhstat;
|
||||
|
|
|
|||
Loading…
Reference in a new issue