Re: sigcontext in signal.h

2023-08-03 Thread Peter J. Philipp
On Thu, Aug 03, 2023 at 08:11:40PM +0200, Robert Palm wrote: > I am looking at following code from arm64 and riscv64. > > ARM64: > https://github.com/openbsd/src/blob/master/sys/arch/arm64/include/signal.h#L51 > > -- > struct sigcontext { > int __

sigcontext in signal.h

2023-08-03 Thread Robert Palm
I am looking at following code from arm64 and riscv64. ARM64: https://github.com/openbsd/src/blob/master/sys/arch/arm64/include/signal.h#L51 -- struct sigcontext { int __sc_unused; int sc_mask; /* signal mask to restore */ unsigned long sc_s