mirror of
https://github.com/opnsense/src.git
synced 2026-05-28 04:12:45 -04:00
Add a week alias __siglongjmp => siglongjmp.
This commit is contained in:
parent
4ab5ff2747
commit
904e5ace47
1 changed files with 1 additions and 0 deletions
|
|
@ -52,6 +52,7 @@ ENTRY(sigsetjmp)
|
|||
|
||||
.L_setjmp_magic:
|
||||
.word _JB_MAGIC__SETJMP
|
||||
WEAK_ALIAS(__siglongjmp, siglongjmp)
|
||||
|
||||
ENTRY(siglongjmp)
|
||||
ldr r2, .L_setjmp_magic
|
||||
|
|
|
|||
Loading…
Reference in a new issue