1
0
mirror of https://git.FreeBSD.org/src.git synced 2024-10-19 02:29:40 +00: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:
Brooks Davis 2024-04-16 18:05:16 +01:00
parent da77a1b4f0
commit e0919a4bac

View File

@ -30,7 +30,7 @@ FBSDprivate_1.0 {
___longjmp;
__longjmp;
signalcontext;
_signalcontext;
__signalcontext;
__siglongjmp;
_libc_arm_fpu_present;