git: 83392afeebdb - main - libsys: don't expose __init_elf_aux_vector
- Go to: [ bottom of page ] [ top of archives ] [ this month ]
Date: Thu, 07 Mar 2024 01:06:51 UTC
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; };