mirror of
https://git.hardenedbsd.org/hardenedbsd/HardenedBSD.git
synced 2024-11-28 20:11:00 +01:00
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: 8271d9b99a
libsys: remove usage of pthread_once and _once_stub
Reviewed by: kib
Differential Revision: https://reviews.freebsd.org/D44237
This commit is contained in:
parent
cc4ffc9786
commit
83392afeeb
@ -1,5 +1,4 @@
|
||||
FBSDprivate_1.0 {
|
||||
__elf_aux_vector;
|
||||
__init_elf_aux_vector;
|
||||
_elf_aux_info;
|
||||
};
|
||||
|
Loading…
Reference in New Issue
Block a user