libc: stop exposing __fcntl_compat

It was exposed (under FBSDprivate_1.0) for forward compatability in
threading libraries in 2008 by commit cd7d66a21f.  The last consumer
was removed in 2015 by commit 8495e8b1e9.  I missed this among the _
and __sys_ symbols in commit e2417a21a0.

Reviewed by:	imp, kib
Differential Revision:	https://reviews.freebsd.org/D43408
This commit is contained in:
Brooks Davis 2024-01-13 00:00:24 +00:00
parent 03d04bf494
commit 60b2e2d3ee

View File

@ -594,7 +594,6 @@ FBSDprivate_1.0 {
__sys_fchown;
_fcntl;
__sys_fcntl;
__fcntl_compat;
_fhopen;
__sys_fhopen;
_fhstat;