These are weak symbols provided for libc's internal use. It may be
that we simply want to call sig<foo> directly instead, but for now keep
the weak symbols in libsys.
To enable this, alter i386's (sig)setjmp to allow external linkage.
Differential D44115
libsys: expose __libc_sig{action,protmask,suspend} brooks on Feb 27 2024, 6:11 PM. Authored by Tags None Referenced Files
Subscribers
Details
These are weak symbols provided for libc's internal use. It may be To enable this, alter i386's (sig)setjmp to allow external linkage.
Diff Detail
Event Timeline
Comment Actions I'm going to pull the implementations of these back into libc so this won't be needed. |