Date: Sat, 13 Jan 2024 00:01:26 GMT From: Brooks Davis <brooks@FreeBSD.org> To: src-committers@FreeBSD.org, dev-commits-src-all@FreeBSD.org, dev-commits-src-main@FreeBSD.org Subject: git: 60b2e2d3ee82 - main - libc: stop exposing __fcntl_compat Message-ID: <202401130001.40D01Q3K023005@gitrepo.freebsd.org>
next in thread | raw e-mail | index | archive | help
The branch main has been updated by brooks: URL: https://cgit.FreeBSD.org/src/commit/?id=60b2e2d3ee82b1aa58bdca2697ea3dd25b903102 commit 60b2e2d3ee82b1aa58bdca2697ea3dd25b903102 Author: Brooks Davis <brooks@FreeBSD.org> AuthorDate: 2024-01-13 00:00:24 +0000 Commit: Brooks Davis <brooks@FreeBSD.org> CommitDate: 2024-01-13 00:01:13 +0000 libc: stop exposing __fcntl_compat It was exposed (under FBSDprivate_1.0) for forward compatability in threading libraries in 2008 by commit cd7d66a21f1a. The last consumer was removed in 2015 by commit 8495e8b1e9e1. I missed this among the _ and __sys_ symbols in commit e2417a21a025. Reviewed by: imp, kib Differential Revision: https://reviews.freebsd.org/D43408 --- lib/libc/sys/Symbol.map | 1 - 1 file changed, 1 deletion(-) diff --git a/lib/libc/sys/Symbol.map b/lib/libc/sys/Symbol.map index a2b8c2d40fc1..e9e3c7151c2f 100644 --- a/lib/libc/sys/Symbol.map +++ b/lib/libc/sys/Symbol.map @@ -594,7 +594,6 @@ FBSDprivate_1.0 { __sys_fchown; _fcntl; __sys_fcntl; - __fcntl_compat; _fhopen; __sys_fhopen; _fhstat;
Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?202401130001.40D01Q3K023005>