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:
@@ -594,7 +594,6 @@ FBSDprivate_1.0 {
|
||||
__sys_fchown;
|
||||
_fcntl;
|
||||
__sys_fcntl;
|
||||
__fcntl_compat;
|
||||
_fhopen;
|
||||
__sys_fhopen;
|
||||
_fhstat;
|
||||
|
||||
Reference in New Issue
Block a user