CVSROOT: /cvs Module name: src Changes by: [email protected] 2021/06/20 14:43:50
Modified files:
lib/libc/arch/riscv64/gen: sigsetjmp.S
Log message:
We need to store the flagged passed to sigsetjmp(3) and use it in
siglongjmp(3) to decide wehther we need to restore the signal mask.
ok deraadt@, drahn@
