Date: Thu, 7 Mar 2024 01:06:51 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: 83392afeebdb - main - libsys: don't expose __init_elf_aux_vector Message-ID: <202403070106.42716p7w006698@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=83392afeebdb9e6d6216e0c5f5b3a3a3aeb56057 commit 83392afeebdb9e6d6216e0c5f5b3a3a3aeb56057 Author: Brooks Davis <brooks@FreeBSD.org> AuthorDate: 2024-03-07 01:02:25 +0000 Commit: Brooks Davis <brooks@FreeBSD.org> CommitDate: 2024-03-07 01:02:25 +0000 libsys: don't expose __init_elf_aux_vector __init_elf_aux_vector is now complied statically so don't try to export it from the dynamic library. Fixes: 8271d9b99a3b libsys: remove usage of pthread_once and _once_stub Reviewed by: kib Differential Revision: https://reviews.freebsd.org/D44237 --- lib/libsys/Symbol.map | 1 - 1 file changed, 1 deletion(-) diff --git a/lib/libsys/Symbol.map b/lib/libsys/Symbol.map index 4f72ea204039..1a24998b1465 100644 --- a/lib/libsys/Symbol.map +++ b/lib/libsys/Symbol.map @@ -1,5 +1,4 @@ FBSDprivate_1.0 { __elf_aux_vector; - __init_elf_aux_vector; _elf_aux_info; };
Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?202403070106.42716p7w006698>