mirror of
https://github.com/opnsense/src.git
synced 2026-06-08 08:12:27 -04:00
libc/arm: export __signalcontext not _signalcontext
The former exists and architectures other than aarch64 and riscv provide it. The later does not exist. Differential Revision: https://reviews.freebsd.org/D44329
This commit is contained in:
parent
da77a1b4f0
commit
e0919a4bac
1 changed files with 1 additions and 1 deletions
|
|
@ -30,7 +30,7 @@ FBSDprivate_1.0 {
|
|||
___longjmp;
|
||||
__longjmp;
|
||||
signalcontext;
|
||||
_signalcontext;
|
||||
__signalcontext;
|
||||
__siglongjmp;
|
||||
|
||||
_libc_arm_fpu_present;
|
||||
|
|
|
|||
Loading…
Reference in a new issue